Html Css Color HEX #96870C Hacienda

📋 copy color: '#96870C'

red 150 ◦ green 135 ◦ blue 12

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

Shades of Hacienda #96870C

Tints of Hacienda #96870C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 50.51%
G = 45.45%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96870C (or 0x96870C) is known color: Hacienda. HEX triplet: 96, 87 and 0C. RGB value is (150,135,12). Sum of RGB (Red+Green+Blue) = 150+135+12=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96870C is #6978F3. Grayscale: #7D7D7D. Windows color (decimal): -6912244 or 821142. OLE color: 821142.

HSL color Cylindrical-coordinate representation of color #96870C: hue angle of 53.48º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96870C is Cyan = 0, Magento = 0.1, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 12 -
CMYK 0 0.1 0.92 0.41
HSL 53.48º 0.85% 0.32% -
HSV(B) 53.48º 0.92% 0.59% -
XYZ 21.31 23.84 3.83 -
YUV 125.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 150 135 12 0 0.1 0.92 0.41 53.48 0.85 0.32
Hex 96 87 C 0 A 5C 29 35 55 20
Octal 226 207 14 0 12 134 51 65 125 40
Binary 10010110 10000111 1100 0 1010 1011100 101001 110101 1010101 100000

Color Harmonies of #96870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96870C

Black with #96870C

Text Example


Text Example

White with #96870C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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