#CE9E65

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

Shades of Fallow #CE9E65

Tints of Fallow #CE9E65

Color information

#CE9E65 (or 0xCE9E65) is unknown color: approx Fallow. HEX triplet: CE, 9E and 65. RGB value is (206,158,101). Sum of RGB (Red+Green+Blue) = 206+158+101=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E65 is #31619A. Grayscale: #A6A6A6. Windows color (decimal): -3236251 or 6659790. OLE color: 6659790.

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

Color convert

RGB206158101-
CMYK00.230.510.19
HSL32.57º51.72%60.2%-
HSV(B)32.57º50.97%80.78%-
XYZ40.0338.5217.64-
YUV165.8591.4156.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=44.30%
G=33.98%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615810100.230.510.1932.5751.7260.2
HexCE9E65017331321343c
Octal3162361450276323416474
Binary1100111010011110110010101011111001110011100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E65; }

 p { color: rgb(206,158,101); }

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

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

 a { background-color: rgb(206,158,101); }

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

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

 span { border-color: rgb(206,158,101); }

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