Html Css Color HEX #958040 Highball

📋 copy color: '#958040'

red 149 ◦ green 128 ◦ blue 64

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

Shades of Highball #958040

Tints of Highball #958040

RGB

 RED value IS 149 (58.59% from 255) = 43.7%

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

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 43.7%
G = 37.54%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#958040 (or 0x958040) is known color: Highball. HEX triplet: 95, 80 and 40. RGB value is (149,128,64). Sum of RGB (Red+Green+Blue) = 149+128+64=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #958040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958040 is #6A7FBF. Grayscale: #7F7F7F. Windows color (decimal): -6979520 or 4227221. OLE color: 4227221.

HSL color Cylindrical-coordinate representation of color #958040: hue angle of 45.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #958040 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 64 -
CMYK 0 0.14 0.57 0.42
HSL 45.18º 0.4% 0.42% -
HSV(B) 45.18º 0.57% 0.58% -
XYZ 21.04 22.2 8.03 -
YUV 126.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 149 128 64 0 0.14 0.57 0.42 45.18 0.4 0.42
Hex 95 80 40 0 E 39 2A 2D 28 2A
Octal 225 200 100 0 16 71 52 55 50 52
Binary 10010101 10000000 1000000 0 1110 111001 101010 101101 101000 101010

Color Harmonies of #958040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958040

Black with #958040

Text Example


Text Example

White with #958040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958040; }

 p { color: rgb(149,128,64); }

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

background-color css

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

 a { background-color: rgb(149,128,64); }

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

border-color css

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

 span { border-color: rgb(149,128,64); }

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