Html Css Color HEX #C66811 Chocolate

📋 copy color: '#C66811'

red 198 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #C66811

Tints of Chocolate #C66811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 62.07%
G = 32.6%
B = 5.33%

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

#C66811 (or 0xC66811) is known color: Chocolate. HEX triplet: C6, 68 and 11. RGB value is (198,104,17). Sum of RGB (Red+Green+Blue) = 198+104+17=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C66811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66811 is #3997EE. Grayscale: #7A7A7A. Windows color (decimal): -3774447 or 1140934. OLE color: 1140934.

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

Color convert

RGB 198 104 17 -
CMYK 0 0.47 0.91 0.22
HSL 28.84º 0.84% 0.42% -
HSV(B) 28.84º 0.91% 0.78% -
XYZ 28.34 21.95 3.27 -
YUV 122.19 68.64 182.07 -
System Red Green Blue C M Y K H S L
Decimal 198 104 17 0 0.47 0.91 0.22 28.84 0.84 0.42
Hex C6 68 11 0 2F 5B 16 1D 54 2A
Octal 306 150 21 0 57 133 26 35 124 52
Binary 11000110 1101000 10001 0 101111 1011011 10110 11101 1010100 101010

Color Harmonies of #C66811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66811

Black with #C66811

Text Example


Text Example

White with #C66811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66811; }

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

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

background-color css

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

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

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

border-color css

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

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

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