Html Css Color HEX #967A0A Hacienda

📋 copy color: '#967A0A'

red 150 ◦ green 122 ◦ blue 10

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

Shades of Hacienda #967A0A

Tints of Hacienda #967A0A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.26%

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

R = 53.19%
G = 43.26%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#967A0A (or 0x967A0A) is known color: Hacienda. HEX triplet: 96, 7A and 0A. RGB value is (150,122,10). Sum of RGB (Red+Green+Blue) = 150+122+10=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #967A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967A0A is #6985F5. Grayscale: #767676. Windows color (decimal): -6915574 or 686742. OLE color: 686742.

HSL color Cylindrical-coordinate representation of color #967A0A: hue angle of 48º 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 #967A0A is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 10 -
CMYK 0 0.19 0.93 0.41
HSL 48º 0.88% 0.31% -
HSV(B) 48º 0.93% 0.59% -
XYZ 19.59 20.43 3.2 -
YUV 117.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 150 122 10 0 0.19 0.93 0.41 48 0.88 0.31
Hex 96 7A A 0 13 5D 29 30 58 1F
Octal 226 172 12 0 23 135 51 60 130 37
Binary 10010110 1111010 1010 0 10011 1011101 101001 110000 1011000 11111

Color Harmonies of #967A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A0A

Black with #967A0A

Text Example


Text Example

White with #967A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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