Html Css Color HEX #C36710 Chocolate

📋 copy color: '#C36710'

red 195 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #C36710

Tints of Chocolate #C36710

RGB

 RED value IS 195 (76.56% from 255) = 62.1%

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

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

R = 62.1%
G = 32.8%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C36710 (or 0xC36710) is known color: Chocolate. HEX triplet: C3, 67 and 10. RGB value is (195,103,16). Sum of RGB (Red+Green+Blue) = 195+103+16=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C36710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36710 is #3C98EF. Grayscale: #797979. Windows color (decimal): -3971312 or 1075139. OLE color: 1075139.

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

Color convert

RGB 195 103 16 -
CMYK 0 0.47 0.92 0.24
HSL 29.16º 0.85% 0.41% -
HSV(B) 29.16º 0.92% 0.76% -
XYZ 27.45 21.34 3.16 -
YUV 120.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 195 103 16 0 0.47 0.92 0.24 29.16 0.85 0.41
Hex C3 67 10 0 2F 5C 18 1D 55 29
Octal 303 147 20 0 57 134 30 35 125 51
Binary 11000011 1100111 10000 0 101111 1011100 11000 11101 1010101 101001

Color Harmonies of #C36710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36710

Black with #C36710

Text Example


Text Example

White with #C36710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36710; }

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

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

background-color css

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

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

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

border-color css

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

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

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