Html Css Color HEX #96831A Hacienda

📋 copy color: '#96831A'

red 150 ◦ green 131 ◦ blue 26

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

Shades of Hacienda #96831A

Tints of Hacienda #96831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 48.86%
G = 42.67%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96831A (or 0x96831A) is known color: Hacienda. HEX triplet: 96, 83 and 1A. RGB value is (150,131,26). Sum of RGB (Red+Green+Blue) = 150+131+26=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96831A is #697CE5. Grayscale: #7D7D7D. Windows color (decimal): -6913254 or 1737622. OLE color: 1737622.

HSL color Cylindrical-coordinate representation of color #96831A: hue angle of 50.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96831A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 26 -
CMYK 0 0.13 0.83 0.41
HSL 50.81º 0.7% 0.35% -
HSV(B) 50.81º 0.83% 0.59% -
XYZ 20.88 22.79 4.28 -
YUV 124.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 150 131 26 0 0.13 0.83 0.41 50.81 0.7 0.35
Hex 96 83 1A 0 D 53 29 33 46 23
Octal 226 203 32 0 15 123 51 63 106 43
Binary 10010110 10000011 11010 0 1101 1010011 101001 110011 1000110 100011

Color Harmonies of #96831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96831A

Black with #96831A

Text Example


Text Example

White with #96831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96831A; }

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

 H1.HeaderClassName
 {
   color: #96831A;
 }
 .AnyTagClassName
 {
   color: #96831A;
 }
</style>

background-color css

<style>
 a { background-color: #96831A; }

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

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

border-color css

<style>
 span { border-color: #96831A; }

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

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