Html Css Color HEX #96781A Hacienda

📋 copy color: '#96781A'

red 150 ◦ green 120 ◦ blue 26

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

Shades of Hacienda #96781A

Tints of Hacienda #96781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.54%

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

R = 50.68%
G = 40.54%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96781A (or 0x96781A) is known color: Hacienda. HEX triplet: 96, 78 and 1A. RGB value is (150,120,26). Sum of RGB (Red+Green+Blue) = 150+120+26=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96781A is #6987E5. Grayscale: #767676. Windows color (decimal): -6916070 or 1734806. OLE color: 1734806.

HSL color Cylindrical-coordinate representation of color #96781A: hue angle of 45.48º 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 #96781A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 26 -
CMYK 0 0.20 0.83 0.41
HSL 45.48º 0.7% 0.35% -
HSV(B) 45.48º 0.83% 0.59% -
XYZ 19.48 19.99 3.81 -
YUV 118.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 150 120 26 0 0.20 0.83 0.41 45.48 0.7 0.35
Hex 96 78 1A 0 14 53 29 2D 46 23
Octal 226 170 32 0 24 123 51 55 106 43
Binary 10010110 1111000 11010 0 10100 1010011 101001 101101 1000110 100011

Color Harmonies of #96781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96781A

Black with #96781A

Text Example


Text Example

White with #96781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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