#CEA661

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

Shades of Apache #CEA661

Tints of Apache #CEA661

Color information

#CEA661 (or 0xCEA661) is unknown color: approx Apache. HEX triplet: CE, A6 and 61. RGB value is (206,166,97). Sum of RGB (Red+Green+Blue) = 206+166+97=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA661 is #31599E. Grayscale: #AAAAAA. Windows color (decimal): -3234207 or 6399694. OLE color: 6399694.

HSL color Cylindrical-coordinate representation of color #CEA661: hue angle of 37.98º 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 #CEA661 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20616697-
CMYK00.190.530.19
HSL37.98º52.66%59.41%-
HSV(B)37.98º52.91%80.78%-
XYZ41.2541.2617.1-
YUV170.0986.75153.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=43.92%
G=35.39%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061669700.190.530.1937.9852.6659.41
HexCEA661013351326353b
Octal3162461410236523466573
Binary1100111010100110110000101001111010110011100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA661; }

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

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

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

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

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

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

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

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