Html Css Color HEX #C06B0E Chocolate

📋 copy color: '#C06B0E'

red 192 ◦ green 107 ◦ blue 14

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

Shades of Chocolate #C06B0E

Tints of Chocolate #C06B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 61.34%
G = 34.19%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C06B0E (or 0xC06B0E) is known color: Chocolate. HEX triplet: C0, 6B and 0E. RGB value is (192,107,14). Sum of RGB (Red+Green+Blue) = 192+107+14=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B0E is #3F94F1. Grayscale: #7A7A7A. Windows color (decimal): -4166898 or 945088. OLE color: 945088.

HSL color Cylindrical-coordinate representation of color #C06B0E: hue angle of 31.35º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C06B0E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 14 -
CMYK 0 0.44 0.93 0.25
HSL 31.35º 0.86% 0.4% -
HSV(B) 31.35º 0.93% 0.75% -
XYZ 27.08 21.75 3.19 -
YUV 121.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 192 107 14 0 0.44 0.93 0.25 31.35 0.86 0.4
Hex C0 6B E 0 2C 5D 19 1F 56 28
Octal 300 153 16 0 54 135 31 37 126 50
Binary 11000000 1101011 1110 0 101100 1011101 11001 11111 1010110 101000

Color Harmonies of #C06B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B0E

Black with #C06B0E

Text Example


Text Example

White with #C06B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B0E; }

 p { color: rgb(192,107,14); }

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

background-color css

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

 a { background-color: rgb(192,107,14); }

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

border-color css

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

 span { border-color: rgb(192,107,14); }

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