#c4681c

Color #C4681C Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C4681C

Tints of Chocolate #C4681C

Color information

#C4681C (or 0xC4681C) is unknown color: approx Chocolate. HEX triplet: C4, 68 and 1C. RGB value is (196,104,28). Sum of RGB (Red+Green+Blue) = 196+104+28=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4681C is #3B97E3. Grayscale: #7B7B7B. Windows color (decimal): -3905508 or 1861828. OLE color: 1861828.

HSL color Cylindrical-coordinate representation of color #C4681C: hue angle of 27.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4681C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19610428-
CMYK00.470.860.23
HSL27.14º75%43.92%-
HSV(B)27.14º85.71%76.86%-
XYZ27.9221.723.82-
YUV122.8474.48180.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 28 (11.33% from 255) = 8.54%
R=59.76%
G=31.71%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961042800.470.860.2327.147543.92
HexC4681C02F56171b4b2c
Octal30415034057126273311354
Binary110001001101000111000101111101011010111110111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4681c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4681c; }

 p { color: rgb(196,104,28); }

 H1.HeaderClassName
 {
   color: #c4681c;
 }
 .AnyTagClassName
 {
   color: #c4681c;
 }
</style>
background-color css

<style>
 a { background-color: #c4681c; }

 a { background-color: rgb(196,104,28); }

 div.DivClassName
 {
   background-color: #c4681c;
 }
 .BgClassName
 {
   background-color: #c4681c;
 }
</style>
border-color css

<style>
 span { border-color: #c4681c; }

 span { border-color: rgb(196,104,28); }

 td.TdClassName
 {
   border-color: #c4681c;
 }
 .TagClassName
 {
   border-color: #c4681c;
 }
</style>