#995E3D

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

Shades of Desert #995E3D

Tints of Desert #995E3D

Color information

#995E3D (or 0x995E3D) is unknown color: approx Desert. HEX triplet: 99, 5E and 3D. RGB value is (153,94,61). Sum of RGB (Red+Green+Blue) = 153+94+61=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #995E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E3D is #66A1C2. Grayscale: #6C6C6C. Windows color (decimal): -6726083 or 4021913. OLE color: 4021913.

HSL color Cylindrical-coordinate representation of color #995E3D: hue angle of 21.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995E3D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB1539461-
CMYK00.390.600.4
HSL21.52º42.99%41.96%-
HSV(B)21.52º60.13%60%-
XYZ17.9815.116.38-
YUV107.88101.55160.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=49.68%
G=30.52%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153946100.390.600.421.5242.9941.96
Hex995E3D0273C28162b2a
Octal231136750477450265352
Binary100110011011110111101010011111110010100010110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995E3D; }

 p { color: rgb(153,94,61); }

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

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

 a { background-color: rgb(153,94,61); }

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

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

 span { border-color: rgb(153,94,61); }

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