Html Css Color HEX #C36006 Tenne (Tawny)

📋 copy color: '#C36006'

red 195 ◦ green 96 ◦ blue 6

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

Shades of Tenne (Tawny) #C36006

Tints of Tenne (Tawny) #C36006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 65.66%
G = 32.32%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C36006 (or 0xC36006) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 06. RGB value is (195,96,6). Sum of RGB (Red+Green+Blue) = 195+96+6=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C36006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36006 is #3C9FF9. Grayscale: #737373. Windows color (decimal): -3973114 or 417987. OLE color: 417987.

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

Color convert

RGB 195 96 6 -
CMYK 0 0.51 0.97 0.24
HSL 28.57º 0.94% 0.39% -
HSV(B) 28.57º 0.97% 0.76% -
XYZ 26.72 19.98 2.62 -
YUV 115.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 195 96 6 0 0.51 0.97 0.24 28.57 0.94 0.39
Hex C3 60 6 0 33 61 18 1D 5E 27
Octal 303 140 6 0 63 141 30 35 136 47
Binary 11000011 1100000 110 0 110011 1100001 11000 11101 1011110 100111

Color Harmonies of #C36006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36006

Black with #C36006

Text Example


Text Example

White with #C36006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36006; }

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

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

background-color css

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

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

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

border-color css

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

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

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