Html Css Color HEX #96800F Hacienda

📋 copy color: '#96800F'

red 150 ◦ green 128 ◦ blue 15

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

Shades of Hacienda #96800F

Tints of Hacienda #96800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

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

R = 51.19%
G = 43.69%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96800F (or 0x96800F) is known color: Hacienda. HEX triplet: 96, 80 and 0F. RGB value is (150,128,15). Sum of RGB (Red+Green+Blue) = 150+128+15=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96800F is #697FF0. Grayscale: #7A7A7A. Windows color (decimal): -6914033 or 1015958. OLE color: 1015958.

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

Color convert

RGB 150 128 15 -
CMYK 0 0.15 0.9 0.41
HSL 50.22º 0.82% 0.32% -
HSV(B) 50.22º 0.9% 0.59% -
XYZ 20.38 21.96 3.62 -
YUV 121.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 150 128 15 0 0.15 0.9 0.41 50.22 0.82 0.32
Hex 96 80 F 0 F 5A 29 32 52 20
Octal 226 200 17 0 17 132 51 62 122 40
Binary 10010110 10000000 1111 0 1111 1011010 101001 110010 1010010 100000

Color Harmonies of #96800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96800F

Black with #96800F

Text Example


Text Example

White with #96800F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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