Html Css Color HEX #96850F Hacienda

📋 copy color: '#96850F'

red 150 ◦ green 133 ◦ blue 15

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

Shades of Hacienda #96850F

Tints of Hacienda #96850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

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

R = 50.34%
G = 44.63%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96850F (or 0x96850F) is known color: Hacienda. HEX triplet: 96, 85 and 0F. RGB value is (150,133,15). Sum of RGB (Red+Green+Blue) = 150+133+15=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96850F is #697AF0. Grayscale: #7D7D7D. Windows color (decimal): -6912753 or 1017238. OLE color: 1017238.

HSL color Cylindrical-coordinate representation of color #96850F: hue angle of 52.44º 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 #96850F is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 15 -
CMYK 0 0.11 0.9 0.41
HSL 52.44º 0.82% 0.32% -
HSV(B) 52.44º 0.9% 0.59% -
XYZ 21.05 23.29 3.84 -
YUV 124.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 150 133 15 0 0.11 0.9 0.41 52.44 0.82 0.32
Hex 96 85 F 0 B 5A 29 34 52 20
Octal 226 205 17 0 13 132 51 64 122 40
Binary 10010110 10000101 1111 0 1011 1011010 101001 110100 1010010 100000

Color Harmonies of #96850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96850F

Black with #96850F

Text Example


Text Example

White with #96850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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