Html Css Color HEX #C66712 Chocolate

📋 copy color: '#C66712'

red 198 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #C66712

Tints of Chocolate #C66712

RGB

 RED value IS 198 (77.73% from 255) = 62.07%

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

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 62.07%
G = 32.29%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66712 (or 0xC66712) is known color: Chocolate. HEX triplet: C6, 67 and 12. RGB value is (198,103,18). Sum of RGB (Red+Green+Blue) = 198+103+18=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C66712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66712 is #3998ED. Grayscale: #7A7A7A. Windows color (decimal): -3774702 or 1206214. OLE color: 1206214.

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

Color convert

RGB 198 103 18 -
CMYK 0 0.48 0.91 0.22
HSL 28.33º 0.83% 0.42% -
HSV(B) 28.33º 0.91% 0.78% -
XYZ 28.25 21.75 3.28 -
YUV 121.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 198 103 18 0 0.48 0.91 0.22 28.33 0.83 0.42
Hex C6 67 12 0 30 5B 16 1C 53 2A
Octal 306 147 22 0 60 133 26 34 123 52
Binary 11000110 1100111 10010 0 110000 1011011 10110 11100 1010011 101010

Color Harmonies of #C66712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66712

Black with #C66712

Text Example


Text Example

White with #C66712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66712; }

 p { color: rgb(198,103,18); }

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

background-color css

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

 a { background-color: rgb(198,103,18); }

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

border-color css

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

 span { border-color: rgb(198,103,18); }

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