Html Css Color HEX #C66214 Chocolate

📋 copy color: '#C66214'

red 198 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #C66214

Tints of Chocolate #C66214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 62.66%
G = 31.01%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C66214 (or 0xC66214) is known color: Chocolate. HEX triplet: C6, 62 and 14. RGB value is (198,98,20). Sum of RGB (Red+Green+Blue) = 198+98+20=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C66214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66214 is #399DEB. Grayscale: #777777. Windows color (decimal): -3775980 or 1336006. OLE color: 1336006.

HSL color Cylindrical-coordinate representation of color #C66214: hue angle of 26.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C66214 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 98 20 -
CMYK 0 0.51 0.90 0.22
HSL 26.29º 0.82% 0.43% -
HSV(B) 26.29º 0.9% 0.78% -
XYZ 27.78 20.79 3.21 -
YUV 119.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 198 98 20 0 0.51 0.90 0.22 26.29 0.82 0.43
Hex C6 62 14 0 33 5A 16 1A 52 2B
Octal 306 142 24 0 63 132 26 32 122 53
Binary 11000110 1100010 10100 0 110011 1011010 10110 11010 1010010 101011

Color Harmonies of #C66214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66214

Black with #C66214

Text Example


Text Example

White with #C66214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66214; }

 p { color: rgb(198,98,20); }

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

background-color css

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

 a { background-color: rgb(198,98,20); }

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

border-color css

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

 span { border-color: rgb(198,98,20); }

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