Html Css Color HEX #C06618 Chocolate

📋 copy color: '#C06618'

red 192 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #C06618

Tints of Chocolate #C06618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 60.38%
G = 32.08%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06618 (or 0xC06618) is known color: Chocolate. HEX triplet: C0, 66 and 18. RGB value is (192,102,24). Sum of RGB (Red+Green+Blue) = 192+102+24=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06618 is #3F99E7. Grayscale: #787878. Windows color (decimal): -4168168 or 1599168. OLE color: 1599168.

HSL color Cylindrical-coordinate representation of color #C06618: hue angle of 27.86º 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 #C06618 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 24 -
CMYK 0 0.47 0.88 0.25
HSL 27.86º 0.78% 0.42% -
HSV(B) 27.86º 0.88% 0.75% -
XYZ 26.65 20.78 3.47 -
YUV 120.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 192 102 24 0 0.47 0.88 0.25 27.86 0.78 0.42
Hex C0 66 18 0 2F 58 19 1C 4E 2A
Octal 300 146 30 0 57 130 31 34 116 52
Binary 11000000 1100110 11000 0 101111 1011000 11001 11100 1001110 101010

Color Harmonies of #C06618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06618

Black with #C06618

Text Example


Text Example

White with #C06618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06618; }

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

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

background-color css

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

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

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

border-color css

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

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

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