Html Css Color HEX #C66313 Chocolate

📋 copy color: '#C66313'

red 198 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #C66313

Tints of Chocolate #C66313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 62.66%
G = 31.33%
B = 6.01%

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

#C66313 (or 0xC66313) is known color: Chocolate. HEX triplet: C6, 63 and 13. RGB value is (198,99,19). Sum of RGB (Red+Green+Blue) = 198+99+19=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C66313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66313 is #399CEC. Grayscale: #777777. Windows color (decimal): -3775725 or 1270726. OLE color: 1270726.

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

Color convert

RGB 198 99 19 -
CMYK 0 0.50 0.90 0.22
HSL 26.82º 0.82% 0.43% -
HSV(B) 26.82º 0.9% 0.78% -
XYZ 27.87 20.98 3.2 -
YUV 119.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 198 99 19 0 0.50 0.90 0.22 26.82 0.82 0.43
Hex C6 63 13 0 32 5A 16 1B 52 2B
Octal 306 143 23 0 62 132 26 33 122 53
Binary 11000110 1100011 10011 0 110010 1011010 10110 11011 1010010 101011

Color Harmonies of #C66313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66313

Black with #C66313

Text Example


Text Example

White with #C66313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66313; }

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

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

background-color css

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

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

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

border-color css

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

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

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