Html Css Color HEX #C36506 Tenne (Tawny)

📋 copy color: '#C36506'

red 195 ◦ green 101 ◦ blue 6

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

Shades of Tenne (Tawny) #C36506

Tints of Tenne (Tawny) #C36506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 64.57%
G = 33.44%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C36506 (or 0xC36506) is known color: Tenne (Tawny). HEX triplet: C3, 65 and 06. RGB value is (195,101,6). Sum of RGB (Red+Green+Blue) = 195+101+6=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C36506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36506 is #3C9AF9. Grayscale: #767676. Windows color (decimal): -3971834 or 419267. OLE color: 419267.

HSL color Cylindrical-coordinate representation of color #C36506: hue angle of 30.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C36506 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 101 6 -
CMYK 0 0.48 0.97 0.24
HSL 30.16º 0.94% 0.39% -
HSV(B) 30.16º 0.97% 0.76% -
XYZ 27.19 20.92 2.78 -
YUV 118.28 64.64 182.72 -
System Red Green Blue C M Y K H S L
Decimal 195 101 6 0 0.48 0.97 0.24 30.16 0.94 0.39
Hex C3 65 6 0 30 61 18 1E 5E 27
Octal 303 145 6 0 60 141 30 36 136 47
Binary 11000011 1100101 110 0 110000 1100001 11000 11110 1011110 100111

Color Harmonies of #C36506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36506

Black with #C36506

Text Example


Text Example

White with #C36506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36506; }

 p { color: rgb(195,101,6); }

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

background-color css

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

 a { background-color: rgb(195,101,6); }

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

border-color css

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

 span { border-color: rgb(195,101,6); }

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