Html Css Color HEX #C06814 Chocolate

📋 copy color: '#C06814'

red 192 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #C06814

Tints of Chocolate #C06814

RGB

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

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

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

R = 60.76%
G = 32.91%
B = 6.33%

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

#C06814 (or 0xC06814) is known color: Chocolate. HEX triplet: C0, 68 and 14. RGB value is (192,104,20). Sum of RGB (Red+Green+Blue) = 192+104+20=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C06814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06814 is #3F97EB. Grayscale: #797979. Windows color (decimal): -4167660 or 1337536. OLE color: 1337536.

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

Color convert

RGB 192 104 20 -
CMYK 0 0.46 0.90 0.25
HSL 29.3º 0.81% 0.42% -
HSV(B) 29.3º 0.9% 0.75% -
XYZ 26.81 21.16 3.33 -
YUV 120.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 192 104 20 0 0.46 0.90 0.25 29.3 0.81 0.42
Hex C0 68 14 0 2E 5A 19 1D 51 2A
Octal 300 150 24 0 56 132 31 35 121 52
Binary 11000000 1101000 10100 0 101110 1011010 11001 11101 1010001 101010

Color Harmonies of #C06814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06814

Black with #C06814

Text Example


Text Example

White with #C06814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06814; }

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

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

background-color css

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

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

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

border-color css

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

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

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