Html Css Color HEX #96880F Hacienda

📋 copy color: '#96880F'

red 150 ◦ green 136 ◦ blue 15

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

Shades of Hacienda #96880F

Tints of Hacienda #96880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

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

R = 49.83%
G = 45.18%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96880F (or 0x96880F) is known color: Hacienda. HEX triplet: 96, 88 and 0F. RGB value is (150,136,15). Sum of RGB (Red+Green+Blue) = 150+136+15=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96880F is #6977F0. Grayscale: #7E7E7E. Windows color (decimal): -6911985 or 1018006. OLE color: 1018006.

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

Color convert

RGB 150 136 15 -
CMYK 0 0.09 0.9 0.41
HSL 53.78º 0.82% 0.32% -
HSV(B) 53.78º 0.9% 0.59% -
XYZ 21.47 24.13 3.98 -
YUV 126.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 150 136 15 0 0.09 0.9 0.41 53.78 0.82 0.32
Hex 96 88 F 0 9 5A 29 36 52 20
Octal 226 210 17 0 11 132 51 66 122 40
Binary 10010110 10001000 1111 0 1001 1011010 101001 110110 1010010 100000

Color Harmonies of #96880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96880F

Black with #96880F

Text Example


Text Example

White with #96880F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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