#97874B

Color #97874B Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #97874B

Tints of Highball #97874B

Color information

#97874B (or 0x97874B) is unknown color: approx Highball. HEX triplet: 97, 87 and 4B. RGB value is (151,135,75). Sum of RGB (Red+Green+Blue) = 151+135+75=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97874B is #6878B4. Grayscale: #858585. Windows color (decimal): -6846645 or 4949911. OLE color: 4949911.

HSL color Cylindrical-coordinate representation of color #97874B: hue angle of 47.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97874B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB15113575-
CMYK00.110.500.41
HSL47.37º33.63%44.31%-
HSV(B)47.37º50.33%59.22%-
XYZ22.724.4210.17-
YUV132.9495.3140.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=41.83%
G=37.40%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511357500.110.500.4147.3733.6344.31
Hex97874B0B32292f222c
Octal2272071130136251574254
Binary1001011110000111100101101011110010101001101111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97874B; }

 p { color: rgb(151,135,75); }

 H1.HeaderClassName
 {
   color: #97874B;
 }
 .AnyTagClassName
 {
   color: #97874B;
 }
</style>
background-color css

<style>
 a { background-color: #97874B; }

 a { background-color: rgb(151,135,75); }

 div.DivClassName
 {
   background-color: #97874B;
 }
 .BgClassName
 {
   background-color: #97874B;
 }
</style>
border-color css

<style>
 span { border-color: #97874B; }

 span { border-color: rgb(151,135,75); }

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