Html Css Color HEX #96801C Hacienda

📋 copy color: '#96801C'

red 150 ◦ green 128 ◦ blue 28

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

Shades of Hacienda #96801C

Tints of Hacienda #96801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

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

R = 49.02%
G = 41.83%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96801C (or 0x96801C) is known color: Hacienda. HEX triplet: 96, 80 and 1C. RGB value is (150,128,28). Sum of RGB (Red+Green+Blue) = 150+128+28=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96801C is #697FE3. Grayscale: #7B7B7B. Windows color (decimal): -6914020 or 1867926. OLE color: 1867926.

HSL color Cylindrical-coordinate representation of color #96801C: hue angle of 49.18º 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 #96801C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 28 -
CMYK 0 0.15 0.81 0.41
HSL 49.18º 0.69% 0.35% -
HSV(B) 49.18º 0.81% 0.59% -
XYZ 20.51 22.01 4.27 -
YUV 123.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 150 128 28 0 0.15 0.81 0.41 49.18 0.69 0.35
Hex 96 80 1C 0 F 51 29 31 45 23
Octal 226 200 34 0 17 121 51 61 105 43
Binary 10010110 10000000 11100 0 1111 1010001 101001 110001 1000101 100011

Color Harmonies of #96801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96801C

Black with #96801C

Text Example


Text Example

White with #96801C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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