Html Css Color HEX #96741B Hacienda

📋 copy color: '#96741B'

red 150 ◦ green 116 ◦ blue 27

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

Shades of Hacienda #96741B

Tints of Hacienda #96741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

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

R = 51.19%
G = 39.59%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96741B (or 0x96741B) is known color: Hacienda. HEX triplet: 96, 74 and 1B. RGB value is (150,116,27). Sum of RGB (Red+Green+Blue) = 150+116+27=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96741B is #698BE4. Grayscale: #747474. Windows color (decimal): -6917093 or 1799318. OLE color: 1799318.

HSL color Cylindrical-coordinate representation of color #96741B: hue angle of 43.41º 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 #96741B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 27 -
CMYK 0 0.23 0.82 0.41
HSL 43.41º 0.69% 0.35% -
HSV(B) 43.41º 0.82% 0.59% -
XYZ 19.02 19.05 3.71 -
YUV 116.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 150 116 27 0 0.23 0.82 0.41 43.41 0.69 0.35
Hex 96 74 1B 0 17 52 29 2B 45 23
Octal 226 164 33 0 27 122 51 53 105 43
Binary 10010110 1110100 11011 0 10111 1010010 101001 101011 1000101 100011

Color Harmonies of #96741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96741B

Black with #96741B

Text Example


Text Example

White with #96741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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