#97894B

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

Shades of Highball #97894B

Tints of Highball #97894B

Color information

#97894B (or 0x97894B) is unknown color: approx Highball. HEX triplet: 97, 89 and 4B. RGB value is (151,137,75). Sum of RGB (Red+Green+Blue) = 151+137+75=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97894B is #6876B4. Grayscale: #868686. Windows color (decimal): -6846133 or 4950423. OLE color: 4950423.

HSL color Cylindrical-coordinate representation of color #97894B: hue angle of 48.95º 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 #97894B is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB15113775-
CMYK00.090.500.41
HSL48.95º33.63%44.31%-
HSV(B)48.95º50.33%59.22%-
XYZ22.9824.9810.27-
YUV134.1294.64140.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=41.60%
G=37.74%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511377500.090.500.4148.9533.6344.31
Hex97894B09322931222c
Octal2272111130116251614254
Binary1001011110001001100101101001110010101001110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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