Html Css Color HEX #96771E Hacienda

📋 copy color: '#96771E'

red 150 ◦ green 119 ◦ blue 30

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

Shades of Hacienda #96771E

Tints of Hacienda #96771E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

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

R = 50.17%
G = 39.8%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96771E (or 0x96771E) is known color: Hacienda. HEX triplet: 96, 77 and 1E. RGB value is (150,119,30). Sum of RGB (Red+Green+Blue) = 150+119+30=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96771E is #6988E1. Grayscale: #767676. Windows color (decimal): -6916322 or 1996694. OLE color: 1996694.

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

Color convert

RGB 150 119 30 -
CMYK 0 0.21 0.80 0.41
HSL 44.5º 0.67% 0.35% -
HSV(B) 44.5º 0.8% 0.59% -
XYZ 19.41 19.77 4.02 -
YUV 118.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 150 119 30 0 0.21 0.80 0.41 44.5 0.67 0.35
Hex 96 77 1E 0 15 50 29 2C 43 23
Octal 226 167 36 0 25 120 51 54 103 43
Binary 10010110 1110111 11110 0 10101 1010000 101001 101100 1000011 100011

Color Harmonies of #96771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96771E

Black with #96771E

Text Example


Text Example

White with #96771E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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