Html Css Color HEX #C06710 Chocolate

📋 copy color: '#C06710'

red 192 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #C06710

Tints of Chocolate #C06710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 61.74%
G = 33.12%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C06710 (or 0xC06710) is known color: Chocolate. HEX triplet: C0, 67 and 10. RGB value is (192,103,16). Sum of RGB (Red+Green+Blue) = 192+103+16=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06710 is #3F98EF. Grayscale: #787878. Windows color (decimal): -4167920 or 1075136. OLE color: 1075136.

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

Color convert

RGB 192 103 16 -
CMYK 0 0.46 0.92 0.25
HSL 29.66º 0.85% 0.41% -
HSV(B) 29.66º 0.92% 0.75% -
XYZ 26.68 20.94 3.13 -
YUV 119.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 192 103 16 0 0.46 0.92 0.25 29.66 0.85 0.41
Hex C0 67 10 0 2E 5C 19 1E 55 29
Octal 300 147 20 0 56 134 31 36 125 51
Binary 11000000 1100111 10000 0 101110 1011100 11001 11110 1010101 101001

Color Harmonies of #C06710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06710

Black with #C06710

Text Example


Text Example

White with #C06710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06710; }

 p { color: rgb(192,103,16); }

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

background-color css

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

 a { background-color: rgb(192,103,16); }

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

border-color css

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

 span { border-color: rgb(192,103,16); }

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