Html Css Color HEX #C66512 Chocolate

📋 copy color: '#C66512'

red 198 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #C66512

Tints of Chocolate #C66512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 62.46%
G = 31.86%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66512 (or 0xC66512) is known color: Chocolate. HEX triplet: C6, 65 and 12. RGB value is (198,101,18). Sum of RGB (Red+Green+Blue) = 198+101+18=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C66512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66512 is #399AED. Grayscale: #787878. Windows color (decimal): -3775214 or 1205702. OLE color: 1205702.

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

Color convert

RGB 198 101 18 -
CMYK 0 0.49 0.91 0.22
HSL 27.67º 0.83% 0.42% -
HSV(B) 27.67º 0.91% 0.78% -
XYZ 28.05 21.36 3.22 -
YUV 120.54 70.14 183.25 -
System Red Green Blue C M Y K H S L
Decimal 198 101 18 0 0.49 0.91 0.22 27.67 0.83 0.42
Hex C6 65 12 0 31 5B 16 1C 53 2A
Octal 306 145 22 0 61 133 26 34 123 52
Binary 11000110 1100101 10010 0 110001 1011011 10110 11100 1010011 101010

Color Harmonies of #C66512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66512

Black with #C66512

Text Example


Text Example

White with #C66512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66512; }

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

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

background-color css

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

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

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

border-color css

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

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

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