Html Css Color HEX #96870F Hacienda

📋 copy color: '#96870F'

red 150 ◦ green 135 ◦ blue 15

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

Shades of Hacienda #96870F

Tints of Hacienda #96870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

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

R = 50%
G = 45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96870F (or 0x96870F) is known color: Hacienda. HEX triplet: 96, 87 and 0F. RGB value is (150,135,15). Sum of RGB (Red+Green+Blue) = 150+135+15=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96870F is #6978F0. Grayscale: #7E7E7E. Windows color (decimal): -6912241 or 1017750. OLE color: 1017750.

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

Color convert

RGB 150 135 15 -
CMYK 0 0.1 0.9 0.41
HSL 53.33º 0.82% 0.32% -
HSV(B) 53.33º 0.9% 0.59% -
XYZ 21.33 23.85 3.93 -
YUV 125.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 150 135 15 0 0.1 0.9 0.41 53.33 0.82 0.32
Hex 96 87 F 0 A 5A 29 35 52 20
Octal 226 207 17 0 12 132 51 65 122 40
Binary 10010110 10000111 1111 0 1010 1011010 101001 110101 1010010 100000

Color Harmonies of #96870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96870F

Black with #96870F

Text Example


Text Example

White with #96870F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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