#967908

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

Shades of Hacienda #967908

Tints of Hacienda #967908

Color information

#967908 (or 0x967908) is unknown color: approx Hacienda. HEX triplet: 96, 79 and 08. RGB value is (150,121,8). Sum of RGB (Red+Green+Blue) = 150+121+8=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #967908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967908 is #6986F7. Grayscale: #757575. Windows color (decimal): -6915832 or 555414. OLE color: 555414.

HSL color Cylindrical-coordinate representation of color #967908: hue angle of 47.75º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #967908 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1501218-
CMYK00.190.950.41
HSL47.75º89.87%30.98%-
HSV(B)47.75º94.67%58.82%-
XYZ19.4620.183.1-
YUV116.7966.61151.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=53.76%
G=43.37%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150121800.190.950.4147.7589.8730.98
Hex967980135F29305a1f
Octal22617110023137516013237
Binary10010110111100110000100111011111101001110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967908; }

 p { color: rgb(150,121,8); }

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

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

 a { background-color: rgb(150,121,8); }

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

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

 span { border-color: rgb(150,121,8); }

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