Html Css Color HEX #96850B Hacienda

📋 copy color: '#96850B'

red 150 ◦ green 133 ◦ blue 11

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

Shades of Hacienda #96850B

Tints of Hacienda #96850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 51.02%
G = 45.24%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96850B (or 0x96850B) is known color: Hacienda. HEX triplet: 96, 85 and 0B. RGB value is (150,133,11). Sum of RGB (Red+Green+Blue) = 150+133+11=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96850B is #697AF4. Grayscale: #7C7C7C. Windows color (decimal): -6912757 or 755094. OLE color: 755094.

HSL color Cylindrical-coordinate representation of color #96850B: hue angle of 52.66º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96850B is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 11 -
CMYK 0 0.11 0.93 0.41
HSL 52.66º 0.86% 0.32% -
HSV(B) 52.66º 0.93% 0.59% -
XYZ 21.03 23.28 3.7 -
YUV 124.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 150 133 11 0 0.11 0.93 0.41 52.66 0.86 0.32
Hex 96 85 B 0 B 5D 29 35 56 20
Octal 226 205 13 0 13 135 51 65 126 40
Binary 10010110 10000101 1011 0 1011 1011101 101001 110101 1010110 100000

Color Harmonies of #96850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96850B

Black with #96850B

Text Example


Text Example

White with #96850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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