#C06007

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

Shades of Tenne (Tawny) #C06007

Tints of Tenne (Tawny) #C06007

Color information

#C06007 (or 0xC06007) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 60 and 07. RGB value is (192,96,7). Sum of RGB (Red+Green+Blue) = 192+96+7=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C06007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06007 is #3F9FF8. Grayscale: #737373. Windows color (decimal): -4169721 or 483520. OLE color: 483520.

HSL color Cylindrical-coordinate representation of color #C06007: hue angle of 28.86º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06007 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB192967-
CMYK00.500.960.25
HSL28.86º92.96%39.02%-
HSV(B)28.86º96.35%75.29%-
XYZ25.9619.592.61-
YUV114.5667.3183.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.08%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 7 (3.12% from 255) = 2.37%
R=65.08%
G=32.54%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19296700.500.960.2528.8692.9639.02
HexC060703260191d5d27
Octal3001407062140313513547
Binary1100000011000001110110010110000011001111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06007; }

 p { color: rgb(192,96,7); }

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

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

 a { background-color: rgb(192,96,7); }

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

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

 span { border-color: rgb(192,96,7); }

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