#CD6506

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

Shades of Tenne (Tawny) #CD6506

Tints of Tenne (Tawny) #CD6506

Color information

#CD6506 (or 0xCD6506) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 65 and 06. RGB value is (205,101,6). Sum of RGB (Red+Green+Blue) = 205+101+6=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6506 is #329AF9. Grayscale: #797979. Windows color (decimal): -3316474 or 419277. OLE color: 419277.

HSL color Cylindrical-coordinate representation of color #CD6506: hue angle of 28.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD6506 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB2051016-
CMYK00.510.970.20
HSL28.64º94.31%41.37%-
HSV(B)28.64º97.07%80.39%-
XYZ29.8622.32.9-
YUV121.2762.96187.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.71%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=65.71%
G=32.37%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205101600.510.970.2028.6494.3141.37
HexCD65603361141d5e29
Octal3151456063141243513651
Binary1100110111001011100110011110000110100111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6506; }

 p { color: rgb(205,101,6); }

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

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

 a { background-color: rgb(205,101,6); }

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

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

 span { border-color: rgb(205,101,6); }

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