Html Css Color HEX #96761B Hacienda

📋 copy color: '#96761B'

red 150 ◦ green 118 ◦ blue 27

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

Shades of Hacienda #96761B

Tints of Hacienda #96761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 50.85%
G = 40%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96761B (or 0x96761B) is known color: Hacienda. HEX triplet: 96, 76 and 1B. RGB value is (150,118,27). Sum of RGB (Red+Green+Blue) = 150+118+27=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96761B is #6989E4. Grayscale: #757575. Windows color (decimal): -6916581 or 1799830. OLE color: 1799830.

HSL color Cylindrical-coordinate representation of color #96761B: hue angle of 44.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96761B is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 27 -
CMYK 0 0.21 0.82 0.41
HSL 44.39º 0.69% 0.35% -
HSV(B) 44.39º 0.82% 0.59% -
XYZ 19.25 19.52 3.79 -
YUV 117.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 150 118 27 0 0.21 0.82 0.41 44.39 0.69 0.35
Hex 96 76 1B 0 15 52 29 2C 45 23
Octal 226 166 33 0 25 122 51 54 105 43
Binary 10010110 1110110 11011 0 10101 1010010 101001 101100 1000101 100011

Color Harmonies of #96761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96761B

Black with #96761B

Text Example


Text Example

White with #96761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96761B; }

 p { color: rgb(150,118,27); }

 H1.HeaderClassName
 {
   color: #96761B;
 }
 .AnyTagClassName
 {
   color: #96761B;
 }
</style>

background-color css

<style>
 a { background-color: #96761B; }

 a { background-color: rgb(150,118,27); }

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

border-color css

<style>
 span { border-color: #96761B; }

 span { border-color: rgb(150,118,27); }

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