Html Css Color HEX #C36B0A Tenne (Tawny)

📋 copy color: '#C36B0A'

red 195 ◦ green 107 ◦ blue 10

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

Shades of Tenne (Tawny) #C36B0A

Tints of Tenne (Tawny) #C36B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 62.5%
G = 34.29%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C36B0A (or 0xC36B0A) is known color: Tenne (Tawny). HEX triplet: C3, 6B and 0A. RGB value is (195,107,10). Sum of RGB (Red+Green+Blue) = 195+107+10=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36B0A is #3C94F5. Grayscale: #7A7A7A. Windows color (decimal): -3970294 or 682947. OLE color: 682947.

HSL color Cylindrical-coordinate representation of color #C36B0A: hue angle of 31.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C36B0A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 107 10 -
CMYK 0 0.45 0.95 0.24
HSL 31.46º 0.9% 0.4% -
HSV(B) 31.46º 0.95% 0.76% -
XYZ 27.82 22.14 3.09 -
YUV 122.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 195 107 10 0 0.45 0.95 0.24 31.46 0.9 0.4
Hex C3 6B A 0 2D 5F 18 1F 5A 28
Octal 303 153 12 0 55 137 30 37 132 50
Binary 11000011 1101011 1010 0 101101 1011111 11000 11111 1011010 101000

Color Harmonies of #C36B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36B0A

Black with #C36B0A

Text Example


Text Example

White with #C36B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36B0A; }

 p { color: rgb(195,107,10); }

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

background-color css

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

 a { background-color: rgb(195,107,10); }

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

border-color css

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

 span { border-color: rgb(195,107,10); }

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