Html Css Color HEX #967A1F Hacienda

📋 copy color: '#967A1F'

red 150 ◦ green 122 ◦ blue 31

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

Shades of Hacienda #967A1F

Tints of Hacienda #967A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 49.5%
G = 40.26%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#967A1F (or 0x967A1F) is known color: Hacienda. HEX triplet: 96, 7A and 1F. RGB value is (150,122,31). Sum of RGB (Red+Green+Blue) = 150+122+31=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #967A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A1F is #6985E0. Grayscale: #787878. Windows color (decimal): -6915553 or 2062998. OLE color: 2062998.

HSL color Cylindrical-coordinate representation of color #967A1F: hue angle of 45.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #967A1F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 31 -
CMYK 0 0.19 0.79 0.41
HSL 45.88º 0.66% 0.35% -
HSV(B) 45.88º 0.79% 0.59% -
XYZ 19.78 20.5 4.21 -
YUV 120 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 150 122 31 0 0.19 0.79 0.41 45.88 0.66 0.35
Hex 96 7A 1F 0 13 4F 29 2E 42 23
Octal 226 172 37 0 23 117 51 56 102 43
Binary 10010110 1111010 11111 0 10011 1001111 101001 101110 1000010 100011

Color Harmonies of #967A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A1F

Black with #967A1F

Text Example


Text Example

White with #967A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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