Html Css Color HEX #C36910 Chocolate

📋 copy color: '#C36910'

red 195 ◦ green 105 ◦ blue 16

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

Shades of Chocolate #C36910

Tints of Chocolate #C36910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 61.71%
G = 33.23%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C36910 (or 0xC36910) is known color: Chocolate. HEX triplet: C3, 69 and 10. RGB value is (195,105,16). Sum of RGB (Red+Green+Blue) = 195+105+16=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36910 is #3C96EF. Grayscale: #7A7A7A. Windows color (decimal): -3970800 or 1075651. OLE color: 1075651.

HSL color Cylindrical-coordinate representation of color #C36910: hue angle of 29.83º 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 #C36910 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 105 16 -
CMYK 0 0.46 0.92 0.24
HSL 29.83º 0.85% 0.41% -
HSV(B) 29.83º 0.92% 0.76% -
XYZ 27.65 21.74 3.23 -
YUV 121.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 195 105 16 0 0.46 0.92 0.24 29.83 0.85 0.41
Hex C3 69 10 0 2E 5C 18 1E 55 29
Octal 303 151 20 0 56 134 30 36 125 51
Binary 11000011 1101001 10000 0 101110 1011100 11000 11110 1010101 101001

Color Harmonies of #C36910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36910

Black with #C36910

Text Example


Text Example

White with #C36910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36910; }

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

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

background-color css

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

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

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

border-color css

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

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

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