Html Css Color HEX #96791E Hacienda

📋 copy color: '#96791E'

red 150 ◦ green 121 ◦ blue 30

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

Shades of Hacienda #96791E

Tints of Hacienda #96791E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 49.83%
G = 40.2%
B = 9.97%

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

#96791E (or 0x96791E) is known color: Hacienda. HEX triplet: 96, 79 and 1E. RGB value is (150,121,30). Sum of RGB (Red+Green+Blue) = 150+121+30=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96791E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96791E is #6986E1. Grayscale: #777777. Windows color (decimal): -6915810 or 1997206. OLE color: 1997206.

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

Color convert

RGB 150 121 30 -
CMYK 0 0.19 0.80 0.41
HSL 45.5º 0.67% 0.35% -
HSV(B) 45.5º 0.8% 0.59% -
XYZ 19.65 20.25 4.1 -
YUV 119.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 150 121 30 0 0.19 0.80 0.41 45.5 0.67 0.35
Hex 96 79 1E 0 13 50 29 2E 43 23
Octal 226 171 36 0 23 120 51 56 103 43
Binary 10010110 1111001 11110 0 10011 1010000 101001 101110 1000011 100011

Color Harmonies of #96791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96791E

Black with #96791E

Text Example


Text Example

White with #96791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96791E; }

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

 H1.HeaderClassName
 {
   color: #96791E;
 }
 .AnyTagClassName
 {
   color: #96791E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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