#C06607

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

Shades of Tenne (Tawny) #C06607

Tints of Tenne (Tawny) #C06607

Color information

#C06607 (or 0xC06607) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 66 and 07. RGB value is (192,102,7). Sum of RGB (Red+Green+Blue) = 192+102+7=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C06607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06607 is #3F99F8. Grayscale: #767676. Windows color (decimal): -4168185 or 485056. OLE color: 485056.

HSL color Cylindrical-coordinate representation of color #C06607: hue angle of 30.81º 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 #C06607 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1921027-
CMYK00.470.960.25
HSL30.81º92.96%39.02%-
HSV(B)30.81º96.35%75.29%-
XYZ26.5320.722.8-
YUV118.0865.32180.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.79%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=63.79%
G=33.89%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192102700.470.960.2530.8192.9639.02
HexC066702F60191f5d27
Octal3001467057140313713547
Binary1100000011001101110101111110000011001111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06607; }

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

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

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

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

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

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

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

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