Html Css Color HEX #96731C Hacienda

📋 copy color: '#96731C'

red 150 ◦ green 115 ◦ blue 28

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

Shades of Hacienda #96731C

Tints of Hacienda #96731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

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

R = 51.19%
G = 39.25%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96731C (or 0x96731C) is known color: Hacienda. HEX triplet: 96, 73 and 1C. RGB value is (150,115,28). Sum of RGB (Red+Green+Blue) = 150+115+28=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96731C is #698CE3. Grayscale: #737373. Windows color (decimal): -6917348 or 1864598. OLE color: 1864598.

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

Color convert

RGB 150 115 28 -
CMYK 0 0.23 0.81 0.41
HSL 42.79º 0.69% 0.35% -
HSV(B) 42.79º 0.81% 0.59% -
XYZ 18.92 18.83 3.74 -
YUV 115.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 150 115 28 0 0.23 0.81 0.41 42.79 0.69 0.35
Hex 96 73 1C 0 17 51 29 2B 45 23
Octal 226 163 34 0 27 121 51 53 105 43
Binary 10010110 1110011 11100 0 10111 1010001 101001 101011 1000101 100011

Color Harmonies of #96731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96731C

Black with #96731C

Text Example


Text Example

White with #96731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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