#CD6800

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

Shades of Tenne (Tawny) #CD6800

Tints of Tenne (Tawny) #CD6800

Color information

#CD6800 (or 0xCD6800) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 68 and 00. RGB value is (205,104,0). Sum of RGB (Red+Green+Blue) = 205+104+0=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6800 is #3297FF. Grayscale: #7A7A7A. Windows color (decimal): -3315712 or 26829. OLE color: 26829.

HSL color Cylindrical-coordinate representation of color #CD6800: hue angle of 30.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD6800 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2051040-
CMYK00.4910.20
HSL30.44º100%40.2%-
HSV(B)30.44º100%80.39%-
XYZ30.1322.882.83-
YUV122.3458.96186.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.34%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.34%
G=33.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205104000.4910.2030.4410040.2
HexCD68003164141e6428
Octal3151500061144243614450
Binary11001101110100000110001110010010100111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6800; }

 p { color: rgb(205,104,0); }

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

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

 a { background-color: rgb(205,104,0); }

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

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

 span { border-color: rgb(205,104,0); }

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