Html Css Color HEX #967A1E Hacienda

📋 copy color: '#967A1E'

red 150 ◦ green 122 ◦ blue 30

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

Shades of Hacienda #967A1E

Tints of Hacienda #967A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 49.67%
G = 40.4%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#967A1E (or 0x967A1E) is known color: Hacienda. HEX triplet: 96, 7A and 1E. RGB value is (150,122,30). Sum of RGB (Red+Green+Blue) = 150+122+30=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #967A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A1E is #6985E1. Grayscale: #787878. Windows color (decimal): -6915554 or 1997462. OLE color: 1997462.

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

Color convert

RGB 150 122 30 -
CMYK 0 0.19 0.80 0.41
HSL 46º 0.67% 0.35% -
HSV(B) 46º 0.8% 0.59% -
XYZ 19.77 20.5 4.14 -
YUV 119.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 150 122 30 0 0.19 0.80 0.41 46 0.67 0.35
Hex 96 7A 1E 0 13 50 29 2E 43 23
Octal 226 172 36 0 23 120 51 56 103 43
Binary 10010110 1111010 11110 0 10011 1010000 101001 101110 1000011 100011

Color Harmonies of #967A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A1E

Black with #967A1E

Text Example


Text Example

White with #967A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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