#907960

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

Shades of Sand Dune #907960

Tints of Sand Dune #907960

Color information

#907960 (or 0x907960) is unknown color: approx Sand Dune. HEX triplet: 90, 79 and 60. RGB value is (144,121,96). Sum of RGB (Red+Green+Blue) = 144+121+96=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #907960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907960 is #6F869F. Grayscale: #7D7D7D. Windows color (decimal): -7308960 or 6322576. OLE color: 6322576.

HSL color Cylindrical-coordinate representation of color #907960: hue angle of 31.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #907960 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14412196-
CMYK00.160.330.44
HSL31.25º20%47.06%-
HSV(B)31.25º33.33%56.47%-
XYZ20.4520.4513.94-
YUV125.03111.62141.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.89%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=39.89%
G=33.52%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441219600.160.330.4431.252047.06
Hex907960010212C1f142f
Octal2201711400204154372457
Binary10010000111100111000000100001000011011001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907960; }

 p { color: rgb(144,121,96); }

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

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

 a { background-color: rgb(144,121,96); }

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

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

 span { border-color: rgb(144,121,96); }

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