Html Css Color HEX #96830F Hacienda

📋 copy color: '#96830F'

red 150 ◦ green 131 ◦ blue 15

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

Shades of Hacienda #96830F

Tints of Hacienda #96830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

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

R = 50.68%
G = 44.26%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96830F (or 0x96830F) is known color: Hacienda. HEX triplet: 96, 83 and 0F. RGB value is (150,131,15). Sum of RGB (Red+Green+Blue) = 150+131+15=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96830F is #697CF0. Grayscale: #7B7B7B. Windows color (decimal): -6913265 or 1016726. OLE color: 1016726.

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

Color convert

RGB 150 131 15 -
CMYK 0 0.13 0.9 0.41
HSL 51.56º 0.82% 0.32% -
HSV(B) 51.56º 0.9% 0.59% -
XYZ 20.78 22.75 3.75 -
YUV 123.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 150 131 15 0 0.13 0.9 0.41 51.56 0.82 0.32
Hex 96 83 F 0 D 5A 29 34 52 20
Octal 226 203 17 0 15 132 51 64 122 40
Binary 10010110 10000011 1111 0 1101 1011010 101001 110100 1010010 100000

Color Harmonies of #96830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96830F

Black with #96830F

Text Example


Text Example

White with #96830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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