#C36A07

Color #C36A07 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C36A07

Tints of Tenne (Tawny) #C36A07

Color information

#C36A07 (or 0xC36A07) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 6A and 07. RGB value is (195,106,7). Sum of RGB (Red+Green+Blue) = 195+106+7=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A07 is #3C95F8. Grayscale: #797979. Windows color (decimal): -3970553 or 486083. OLE color: 486083.

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

Color convert

RGB1951067-
CMYK00.460.960.24
HSL31.6º93.07%39.61%-
HSV(B)31.6º96.41%76.47%-
XYZ27.721.932.97-
YUV121.3263.49180.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.31%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 7 (3.12% from 255) = 2.27%
R=63.31%
G=34.42%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195106700.460.960.2431.693.0739.61
HexC36A702E6018205d28
Octal3031527056140304013550
Binary11000011110101011101011101100000110001000001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A07; }

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

 H1.HeaderClassName
 {
   color: #C36A07;
 }
 .AnyTagClassName
 {
   color: #C36A07;
 }
</style>
background-color css

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

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

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

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

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

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