Html Css Color HEX #C06813 Chocolate

📋 copy color: '#C06813'

red 192 ◦ green 104 ◦ blue 19

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

Shades of Chocolate #C06813

Tints of Chocolate #C06813

RGB

 RED value IS 192 (75.39% from 255) = 60.95%

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 60.95%
G = 33.02%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06813 (or 0xC06813) is known color: Chocolate. HEX triplet: C0, 68 and 13. RGB value is (192,104,19). Sum of RGB (Red+Green+Blue) = 192+104+19=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06813 is #3F97EC. Grayscale: #797979. Windows color (decimal): -4167661 or 1272000. OLE color: 1272000.

HSL color Cylindrical-coordinate representation of color #C06813: hue angle of 29.48º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06813 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 19 -
CMYK 0 0.46 0.90 0.25
HSL 29.48º 0.82% 0.41% -
HSV(B) 29.48º 0.9% 0.75% -
XYZ 26.81 21.15 3.29 -
YUV 120.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 192 104 19 0 0.46 0.90 0.25 29.48 0.82 0.41
Hex C0 68 13 0 2E 5A 19 1D 52 29
Octal 300 150 23 0 56 132 31 35 122 51
Binary 11000000 1101000 10011 0 101110 1011010 11001 11101 1010010 101001

Color Harmonies of #C06813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06813

Black with #C06813

Text Example


Text Example

White with #C06813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06813; }

 p { color: rgb(192,104,19); }

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

background-color css

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

 a { background-color: rgb(192,104,19); }

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

border-color css

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

 span { border-color: rgb(192,104,19); }

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