#907B5F

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

Shades of Sand Dune #907B5F

Tints of Sand Dune #907B5F

Color information

#907B5F (or 0x907B5F) is unknown color: approx Sand Dune. HEX triplet: 90, 7B and 5F. RGB value is (144,123,95). Sum of RGB (Red+Green+Blue) = 144+123+95=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #907B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B5F is #6F84A0. Grayscale: #7E7E7E. Windows color (decimal): -7308449 or 6257552. OLE color: 6257552.

HSL color Cylindrical-coordinate representation of color #907B5F: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907B5F is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14412395-
CMYK00.150.340.44
HSL34.29º20.5%46.86%-
HSV(B)34.29º34.03%56.47%-
XYZ20.6520.9213.78-
YUV126.09110.46140.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=39.78%
G=33.98%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441239500.150.340.4434.2920.546.86
Hex907B5F0F222C22152f
Octal2201731370174254422557
Binary10010000111101110111110111110001010110010001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907B5F; }

 p { color: rgb(144,123,95); }

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

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

 a { background-color: rgb(144,123,95); }

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

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

 span { border-color: rgb(144,123,95); }

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