#907E10

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

Shades of Hacienda #907E10

Tints of Hacienda #907E10

Color information

#907E10 (or 0x907E10) is unknown color: approx Hacienda. HEX triplet: 90, 7E and 10. RGB value is (144,126,16). Sum of RGB (Red+Green+Blue) = 144+126+16=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #907E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907E10 is #6F81EF. Grayscale: #777777. Windows color (decimal): -7307760 or 1080976. OLE color: 1080976.

HSL color Cylindrical-coordinate representation of color #907E10: hue angle of 51.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #907E10 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB14412616-
CMYK00.120.890.44
HSL51.56º80%31.37%-
HSV(B)51.56º88.89%56.47%-
XYZ19.0620.893.52-
YUV118.8469.96145.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.35%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 16 (6.64% from 255) = 5.59%
R=50.35%
G=44.06%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441261600.120.890.4451.568031.37
Hex907E100C592C34501f
Octal22017620014131546412037
Binary10010000111111010000011001011001101100110100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,16); }

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

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

 a { background-color: rgb(144,126,16); }

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

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

 span { border-color: rgb(144,126,16); }

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