Html Css Color HEX #96781C Hacienda

📋 copy color: '#96781C'

red 150 ◦ green 120 ◦ blue 28

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

Shades of Hacienda #96781C

Tints of Hacienda #96781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 50.34%
G = 40.27%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96781C (or 0x96781C) is known color: Hacienda. HEX triplet: 96, 78 and 1C. RGB value is (150,120,28). Sum of RGB (Red+Green+Blue) = 150+120+28=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96781C is #6987E3. Grayscale: #767676. Windows color (decimal): -6916068 or 1865878. OLE color: 1865878.

HSL color Cylindrical-coordinate representation of color #96781C: hue angle of 45.25º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96781C is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 28 -
CMYK 0 0.20 0.81 0.41
HSL 45.25º 0.69% 0.35% -
HSV(B) 45.25º 0.81% 0.59% -
XYZ 19.5 20 3.93 -
YUV 118.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 150 120 28 0 0.20 0.81 0.41 45.25 0.69 0.35
Hex 96 78 1C 0 14 51 29 2D 45 23
Octal 226 170 34 0 24 121 51 55 105 43
Binary 10010110 1111000 11100 0 10100 1010001 101001 101101 1000101 100011

Color Harmonies of #96781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96781C

Black with #96781C

Text Example


Text Example

White with #96781C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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