#CD670A

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

Shades of Tenne (Tawny) #CD670A

Tints of Tenne (Tawny) #CD670A

Color information

#CD670A (or 0xCD670A) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 67 and 0A. RGB value is (205,103,10). Sum of RGB (Red+Green+Blue) = 205+103+10=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD670A is #3298F5. Grayscale: #7B7B7B. Windows color (decimal): -3315958 or 681933. OLE color: 681933.

HSL color Cylindrical-coordinate representation of color #CD670A: hue angle of 28.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD670A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB20510310-
CMYK00.500.950.20
HSL28.62º90.7%42.16%-
HSV(B)28.62º95.12%80.39%-
XYZ30.0822.73.08-
YUV122.964.29186.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.47%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 10 (4.30% from 255) = 3.14%
R=64.47%
G=32.39%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051031000.500.950.2028.6290.742.16
HexCD67A0325F141d5b2a
Octal31514712062137243513352
Binary11001101110011110100110010101111110100111011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD670A; }

 p { color: rgb(205,103,10); }

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

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

 a { background-color: rgb(205,103,10); }

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

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

 span { border-color: rgb(205,103,10); }

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