#C36402

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

Shades of Tenne (Tawny) #C36402

Tints of Tenne (Tawny) #C36402

Color information

#C36402 (or 0xC36402) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 64 and 02. RGB value is (195,100,2). Sum of RGB (Red+Green+Blue) = 195+100+2=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C36402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36402 is #3C9BFD. Grayscale: #757575. Windows color (decimal): -3972094 or 156867. OLE color: 156867.

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

Color convert

RGB1951002-
CMYK00.490.990.24
HSL30.47º97.97%38.63%-
HSV(B)30.47º98.97%76.47%-
XYZ27.0720.722.63-
YUV117.2362.97183.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.66%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=65.66%
G=33.67%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195100200.490.990.2430.4797.9738.63
HexC364203163181e6227
Octal3031442061143303614247
Binary110000111100100100110001110001111000111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36402; }

 p { color: rgb(195,100,2); }

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

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

 a { background-color: rgb(195,100,2); }

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

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

 span { border-color: rgb(195,100,2); }

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