Html Css Color HEX #C66911 Chocolate

📋 copy color: '#C66911'

red 198 ◦ green 105 ◦ blue 17

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

Shades of Chocolate #C66911

Tints of Chocolate #C66911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

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

R = 61.88%
G = 32.81%
B = 5.31%

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

#C66911 (or 0xC66911) is known color: Chocolate. HEX triplet: C6, 69 and 11. RGB value is (198,105,17). Sum of RGB (Red+Green+Blue) = 198+105+17=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C66911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66911 is #3996EE. Grayscale: #7B7B7B. Windows color (decimal): -3774191 or 1141190. OLE color: 1141190.

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

Color convert

RGB 198 105 17 -
CMYK 0 0.47 0.91 0.22
HSL 29.17º 0.84% 0.42% -
HSV(B) 29.17º 0.91% 0.78% -
XYZ 28.44 22.15 3.31 -
YUV 122.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 198 105 17 0 0.47 0.91 0.22 29.17 0.84 0.42
Hex C6 69 11 0 2F 5B 16 1D 54 2A
Octal 306 151 21 0 57 133 26 35 124 52
Binary 11000110 1101001 10001 0 101111 1011011 10110 11101 1010100 101010

Color Harmonies of #C66911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66911

Black with #C66911

Text Example


Text Example

White with #C66911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66911; }

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

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

background-color css

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

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

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

border-color css

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

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

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