Html Css Color HEX #C66812 Chocolate

📋 copy color: '#C66812'

red 198 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #C66812

Tints of Chocolate #C66812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

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

R = 61.88%
G = 32.5%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66812 (or 0xC66812) is known color: Chocolate. HEX triplet: C6, 68 and 12. RGB value is (198,104,18). Sum of RGB (Red+Green+Blue) = 198+104+18=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C66812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66812 is #3997ED. Grayscale: #7A7A7A. Windows color (decimal): -3774446 or 1206470. OLE color: 1206470.

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

Color convert

RGB 198 104 18 -
CMYK 0 0.47 0.91 0.22
HSL 28.67º 0.83% 0.42% -
HSV(B) 28.67º 0.91% 0.78% -
XYZ 28.35 21.95 3.31 -
YUV 122.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 198 104 18 0 0.47 0.91 0.22 28.67 0.83 0.42
Hex C6 68 12 0 2F 5B 16 1D 53 2A
Octal 306 150 22 0 57 133 26 35 123 52
Binary 11000110 1101000 10010 0 101111 1011011 10110 11101 1010011 101010

Color Harmonies of #C66812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66812

Black with #C66812

Text Example


Text Example

White with #C66812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66812; }

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

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

background-color css

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

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

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

border-color css

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

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

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