#CB6705

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

Shades of Tenne (Tawny) #CB6705

Tints of Tenne (Tawny) #CB6705

Color information

#CB6705 (or 0xCB6705) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 67 and 05. RGB value is (203,103,5). Sum of RGB (Red+Green+Blue) = 203+103+5=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6705 is #3498FA. Grayscale: #7A7A7A. Windows color (decimal): -3447035 or 354251. OLE color: 354251.

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

Color convert

RGB2031035-
CMYK00.490.980.20
HSL29.7º95.19%40.78%-
HSV(B)29.7º97.54%79.61%-
XYZ29.5122.412.91-
YUV121.7362.13185.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.27%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 5 (2.34% from 255) = 1.61%
R=65.27%
G=33.12%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203103500.490.980.2029.795.1940.78
HexCB67503162141e5f29
Octal3131475061142243613751
Binary1100101111001111010110001110001010100111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6705; }

 p { color: rgb(203,103,5); }

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

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

 a { background-color: rgb(203,103,5); }

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

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

 span { border-color: rgb(203,103,5); }

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