Html Css Color HEX #C06718 Chocolate

📋 copy color: '#C06718'

red 192 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #C06718

Tints of Chocolate #C06718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 60.19%
G = 32.29%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06718 (or 0xC06718) is known color: Chocolate. HEX triplet: C0, 67 and 18. RGB value is (192,103,24). Sum of RGB (Red+Green+Blue) = 192+103+24=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C06718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06718 is #3F98E7. Grayscale: #797979. Windows color (decimal): -4167912 or 1599424. OLE color: 1599424.

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

Color convert

RGB 192 103 24 -
CMYK 0 0.46 0.88 0.25
HSL 28.21º 0.78% 0.42% -
HSV(B) 28.21º 0.88% 0.75% -
XYZ 26.75 20.97 3.5 -
YUV 120.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 192 103 24 0 0.46 0.88 0.25 28.21 0.78 0.42
Hex C0 67 18 0 2E 58 19 1C 4E 2A
Octal 300 147 30 0 56 130 31 34 116 52
Binary 11000000 1100111 11000 0 101110 1011000 11001 11100 1001110 101010

Color Harmonies of #C06718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06718

Black with #C06718

Text Example


Text Example

White with #C06718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06718; }

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

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

background-color css

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

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

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

border-color css

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

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

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