#CEAA61

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

Shades of Apache #CEAA61

Tints of Apache #CEAA61

Color information

#CEAA61 (or 0xCEAA61) is unknown color: approx Apache. HEX triplet: CE, AA and 61. RGB value is (206,170,97). Sum of RGB (Red+Green+Blue) = 206+170+97=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA61 is #31559E. Grayscale: #ACACAC. Windows color (decimal): -3233183 or 6400718. OLE color: 6400718.

HSL color Cylindrical-coordinate representation of color #CEAA61: hue angle of 40.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEAA61 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20617097-
CMYK00.170.530.19
HSL40.18º52.66%59.41%-
HSV(B)40.18º52.91%80.78%-
XYZ41.9942.7317.34-
YUV172.4485.43151.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.55%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=43.55%
G=35.94%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061709700.170.530.1940.1852.6659.41
HexCEAA61011351328353b
Octal3162521410216523506573
Binary1100111010101010110000101000111010110011101000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA61; }

 p { color: rgb(206,170,97); }

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

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

 a { background-color: rgb(206,170,97); }

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

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

 span { border-color: rgb(206,170,97); }

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