Html Css Color HEX #96790F Hacienda

📋 copy color: '#96790F'

red 150 ◦ green 121 ◦ blue 15

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

Shades of Hacienda #96790F

Tints of Hacienda #96790F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 52.45%
G = 42.31%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96790F (or 0x96790F) is known color: Hacienda. HEX triplet: 96, 79 and 0F. RGB value is (150,121,15). Sum of RGB (Red+Green+Blue) = 150+121+15=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #96790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96790F is #6986F0. Grayscale: #767676. Windows color (decimal): -6915825 or 1014166. OLE color: 1014166.

HSL color Cylindrical-coordinate representation of color #96790F: hue angle of 47.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96790F is Cyan = 0, Magento = 0.19, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 15 -
CMYK 0 0.19 0.9 0.41
HSL 47.11º 0.82% 0.32% -
HSV(B) 47.11º 0.9% 0.59% -
XYZ 19.5 20.19 3.32 -
YUV 117.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 150 121 15 0 0.19 0.9 0.41 47.11 0.82 0.32
Hex 96 79 F 0 13 5A 29 2F 52 20
Octal 226 171 17 0 23 132 51 57 122 40
Binary 10010110 1111001 1111 0 10011 1011010 101001 101111 1010010 100000

Color Harmonies of #96790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96790F

Black with #96790F

Text Example


Text Example

White with #96790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96790F; }

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

 H1.HeaderClassName
 {
   color: #96790F;
 }
 .AnyTagClassName
 {
   color: #96790F;
 }
</style>

background-color css

<style>
 a { background-color: #96790F; }

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

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

border-color css

<style>
 span { border-color: #96790F; }

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

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