Html Css Color HEX #C66312 Chocolate

📋 copy color: '#C66312'

red 198 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #C66312

Tints of Chocolate #C66312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

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

R = 62.86%
G = 31.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66312 (or 0xC66312) is known color: Chocolate. HEX triplet: C6, 63 and 12. RGB value is (198,99,18). Sum of RGB (Red+Green+Blue) = 198+99+18=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C66312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66312 is #399CED. Grayscale: #777777. Windows color (decimal): -3775726 or 1205190. OLE color: 1205190.

HSL color Cylindrical-coordinate representation of color #C66312: hue angle of 27º 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 #C66312 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 99 18 -
CMYK 0 0.50 0.91 0.22
HSL 27º 0.83% 0.42% -
HSV(B) 27º 0.91% 0.78% -
XYZ 27.86 20.97 3.15 -
YUV 119.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 198 99 18 0 0.50 0.91 0.22 27 0.83 0.42
Hex C6 63 12 0 32 5B 16 1B 53 2A
Octal 306 143 22 0 62 133 26 33 123 52
Binary 11000110 1100011 10010 0 110010 1011011 10110 11011 1010011 101010

Color Harmonies of #C66312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66312

Black with #C66312

Text Example


Text Example

White with #C66312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66312; }

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

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

background-color css

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

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

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

border-color css

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

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

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