#C96B05

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

Shades of Tenne (Tawny) #C96B05

Tints of Tenne (Tawny) #C96B05

Color information

#C96B05 (or 0xC96B05) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 6B and 05. RGB value is (201,107,5). Sum of RGB (Red+Green+Blue) = 201+107+5=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96B05 is #3694FA. Grayscale: #7B7B7B. Windows color (decimal): -3577083 or 355273. OLE color: 355273.

HSL color Cylindrical-coordinate representation of color #C96B05: hue angle of 31.22º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C96B05 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2011075-
CMYK00.470.980.21
HSL31.22º95.15%40.39%-
HSV(B)31.22º97.51%78.82%-
XYZ29.3722.943.02-
YUV123.4861.14183.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.22%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 5 (2.34% from 255) = 1.60%
R=64.22%
G=34.19%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201107500.470.980.2131.2295.1540.39
HexC96B502F62151f5f28
Octal3111535057142253713750
Binary1100100111010111010101111110001010101111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96B05; }

 p { color: rgb(201,107,5); }

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

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

 a { background-color: rgb(201,107,5); }

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

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

 span { border-color: rgb(201,107,5); }

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