Html Css Color HEX #C06418 Chocolate

📋 copy color: '#C06418'

red 192 ◦ green 100 ◦ blue 24

#C06418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C06418

Tints of Chocolate #C06418

RGB

 RED value IS 192 (75.39% from 255) = 60.76%

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 60.76%
G = 31.65%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06418 (or 0xC06418) is known color: Chocolate. HEX triplet: C0, 64 and 18. RGB value is (192,100,24). Sum of RGB (Red+Green+Blue) = 192+100+24=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C06418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06418 is #3F9BE7. Grayscale: #777777. Windows color (decimal): -4168680 or 1598656. OLE color: 1598656.

HSL color Cylindrical-coordinate representation of color #C06418: hue angle of 27.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C06418 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 24 -
CMYK 0 0.48 0.88 0.25
HSL 27.14º 0.78% 0.42% -
HSV(B) 27.14º 0.88% 0.75% -
XYZ 26.46 20.39 3.4 -
YUV 118.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 192 100 24 0 0.48 0.88 0.25 27.14 0.78 0.42
Hex C0 64 18 0 30 58 19 1B 4E 2A
Octal 300 144 30 0 60 130 31 33 116 52
Binary 11000000 1100100 11000 0 110000 1011000 11001 11011 1001110 101010

Color Harmonies of #C06418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06418

Black with #C06418

Text Example


Text Example

White with #C06418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06418; }

 p { color: rgb(192,100,24); }

 H1.HeaderClassName
 {
   color: #C06418;
 }
 .AnyTagClassName
 {
   color: #C06418;
 }
</style>

background-color css

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

 a { background-color: rgb(192,100,24); }

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

border-color css

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

 span { border-color: rgb(192,100,24); }

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