Html Css Color HEX #96751C Hacienda

📋 copy color: '#96751C'

red 150 ◦ green 117 ◦ blue 28

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

Shades of Hacienda #96751C

Tints of Hacienda #96751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 50.85%
G = 39.66%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96751C (or 0x96751C) is known color: Hacienda. HEX triplet: 96, 75 and 1C. RGB value is (150,117,28). Sum of RGB (Red+Green+Blue) = 150+117+28=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96751C is #698AE3. Grayscale: #757575. Windows color (decimal): -6916836 or 1865110. OLE color: 1865110.

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

Color convert

RGB 150 117 28 -
CMYK 0 0.22 0.81 0.41
HSL 43.77º 0.69% 0.35% -
HSV(B) 43.77º 0.81% 0.59% -
XYZ 19.15 19.29 3.81 -
YUV 116.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 150 117 28 0 0.22 0.81 0.41 43.77 0.69 0.35
Hex 96 75 1C 0 16 51 29 2C 45 23
Octal 226 165 34 0 26 121 51 54 105 43
Binary 10010110 1110101 11100 0 10110 1010001 101001 101100 1000101 100011

Color Harmonies of #96751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96751C

Black with #96751C

Text Example


Text Example

White with #96751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96751C; }

 p { color: rgb(150,117,28); }

 H1.HeaderClassName
 {
   color: #96751C;
 }
 .AnyTagClassName
 {
   color: #96751C;
 }
</style>

background-color css

<style>
 a { background-color: #96751C; }

 a { background-color: rgb(150,117,28); }

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

border-color css

<style>
 span { border-color: #96751C; }

 span { border-color: rgb(150,117,28); }

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