Html Css Color HEX #C66314 Chocolate

📋 copy color: '#C66314'

red 198 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #C66314

Tints of Chocolate #C66314

RGB

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

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

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

R = 62.46%
G = 31.23%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C66314 (or 0xC66314) is known color: Chocolate. HEX triplet: C6, 63 and 14. RGB value is (198,99,20). Sum of RGB (Red+Green+Blue) = 198+99+20=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C66314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66314 is #399CEB. Grayscale: #787878. Windows color (decimal): -3775724 or 1336262. OLE color: 1336262.

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

Color convert

RGB 198 99 20 -
CMYK 0 0.50 0.90 0.22
HSL 26.63º 0.82% 0.43% -
HSV(B) 26.63º 0.9% 0.78% -
XYZ 27.88 20.98 3.24 -
YUV 119.6 71.8 183.92 -
System Red Green Blue C M Y K H S L
Decimal 198 99 20 0 0.50 0.90 0.22 26.63 0.82 0.43
Hex C6 63 14 0 32 5A 16 1B 52 2B
Octal 306 143 24 0 62 132 26 33 122 53
Binary 11000110 1100011 10100 0 110010 1011010 10110 11011 1010010 101011

Color Harmonies of #C66314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66314

Black with #C66314

Text Example


Text Example

White with #C66314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66314; }

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

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

background-color css

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

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

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

border-color css

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

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

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