Html Css Color HEX #967F0A Hacienda

📋 copy color: '#967F0A'

red 150 ◦ green 127 ◦ blue 10

#967F0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #967F0A

Tints of Hacienda #967F0A

RGB

 RED value IS 150 (58.98% from 255) = 52.26%

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 52.26%
G = 44.25%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#967F0A (or 0x967F0A) is known color: Hacienda. HEX triplet: 96, 7F and 0A. RGB value is (150,127,10). Sum of RGB (Red+Green+Blue) = 150+127+10=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967F0A is #6980F5. Grayscale: #797979. Windows color (decimal): -6914294 or 688022. OLE color: 688022.

HSL color Cylindrical-coordinate representation of color #967F0A: hue angle of 50.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #967F0A is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 10 -
CMYK 0 0.15 0.93 0.41
HSL 50.14º 0.88% 0.31% -
HSV(B) 50.14º 0.93% 0.59% -
XYZ 20.22 21.68 3.41 -
YUV 120.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 150 127 10 0 0.15 0.93 0.41 50.14 0.88 0.31
Hex 96 7F A 0 F 5D 29 32 58 1F
Octal 226 177 12 0 17 135 51 62 130 37
Binary 10010110 1111111 1010 0 1111 1011101 101001 110010 1011000 11111

Color Harmonies of #967F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F0A

Black with #967F0A

Text Example


Text Example

White with #967F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967F0A; }

 p { color: rgb(150,127,10); }

 H1.HeaderClassName
 {
   color: #967F0A;
 }
 .AnyTagClassName
 {
   color: #967F0A;
 }
</style>

background-color css

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

 a { background-color: rgb(150,127,10); }

 div.DivClassName
 {
   background-color: #967F0A;
 }
 .BgClassName
 {
   background-color: #967F0A;
 }
</style>

border-color css

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

 span { border-color: rgb(150,127,10); }

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