Html Css Color HEX #C36A0F Chocolate

📋 copy color: '#C36A0F'

red 195 ◦ green 106 ◦ blue 15

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

Shades of Chocolate #C36A0F

Tints of Chocolate #C36A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 15 (6.25% from 255) = 4.75%

R = 61.71%
G = 33.54%
B = 4.75%

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

#C36A0F (or 0xC36A0F) is known color: Chocolate. HEX triplet: C3, 6A and 0F. RGB value is (195,106,15). Sum of RGB (Red+Green+Blue) = 195+106+15=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A0F is #3C95F0. Grayscale: #7A7A7A. Windows color (decimal): -3970545 or 1010371. OLE color: 1010371.

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

Color convert

RGB 195 106 15 -
CMYK 0 0.46 0.92 0.24
HSL 30.33º 0.86% 0.41% -
HSV(B) 30.33º 0.92% 0.76% -
XYZ 27.75 21.94 3.23 -
YUV 122.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 195 106 15 0 0.46 0.92 0.24 30.33 0.86 0.41
Hex C3 6A F 0 2E 5C 18 1E 56 29
Octal 303 152 17 0 56 134 30 36 126 51
Binary 11000011 1101010 1111 0 101110 1011100 11000 11110 1010110 101001

Color Harmonies of #C36A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A0F

Black with #C36A0F

Text Example


Text Example

White with #C36A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A0F; }

 p { color: rgb(195,106,15); }

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

background-color css

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

 a { background-color: rgb(195,106,15); }

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

border-color css

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

 span { border-color: rgb(195,106,15); }

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