#cd9f63

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

Shades of Apache #CD9F63

Tints of Apache #CD9F63

Color information

#CD9F63 (or 0xCD9F63) is unknown color: approx Apache. HEX triplet: CD, 9F and 63. RGB value is (205,159,99). Sum of RGB (Red+Green+Blue) = 205+159+99=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9F63 is #32609C. Grayscale: #A6A6A6. Windows color (decimal): -3301533 or 6528973. OLE color: 6528973.

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

Color convert

RGB20515999-
CMYK00.220.520.20
HSL33.96º51.46%59.61%-
HSV(B)33.96º51.71%80.39%-
XYZ39.8338.6817.17-
YUV165.9190.24155.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=44.28%
G=34.34%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051599900.220.520.2033.9651.4659.61
HexCD9F63016341422333c
Octal3152371430266424426374
Binary1100110110011111110001101011011010010100100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9f63; }

 p { color: rgb(205,159,99); }

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

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

 a { background-color: rgb(205,159,99); }

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

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

 span { border-color: rgb(205,159,99); }

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