Html Css Color HEX #C06614 Chocolate

📋 copy color: '#C06614'

red 192 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #C06614

Tints of Chocolate #C06614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 61.15%
G = 32.48%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06614 (or 0xC06614) is known color: Chocolate. HEX triplet: C0, 66 and 14. RGB value is (192,102,20). Sum of RGB (Red+Green+Blue) = 192+102+20=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06614 is #3F99EB. Grayscale: #777777. Windows color (decimal): -4168172 or 1337024. OLE color: 1337024.

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

Color convert

RGB 192 102 20 -
CMYK 0 0.47 0.90 0.25
HSL 28.6º 0.81% 0.42% -
HSV(B) 28.6º 0.9% 0.75% -
XYZ 26.62 20.76 3.27 -
YUV 119.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 192 102 20 0 0.47 0.90 0.25 28.6 0.81 0.42
Hex C0 66 14 0 2F 5A 19 1D 51 2A
Octal 300 146 24 0 57 132 31 35 121 52
Binary 11000000 1100110 10100 0 101111 1011010 11001 11101 1010001 101010

Color Harmonies of #C06614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06614

Black with #C06614

Text Example


Text Example

White with #C06614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06614; }

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

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

background-color css

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

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

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

border-color css

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

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

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