Html Css Color HEX #958044 Highball

📋 copy color: '#958044'

red 149 ◦ green 128 ◦ blue 68

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

Shades of Highball #958044

Tints of Highball #958044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 43.19%
G = 37.1%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#958044 (or 0x958044) is known color: Highball. HEX triplet: 95, 80 and 44. RGB value is (149,128,68). Sum of RGB (Red+Green+Blue) = 149+128+68=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #958044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958044 is #6A7FBB. Grayscale: #7F7F7F. Windows color (decimal): -6979516 or 4489365. OLE color: 4489365.

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

Color convert

RGB 149 128 68 -
CMYK 0 0.14 0.54 0.42
HSL 44.44º 0.37% 0.43% -
HSV(B) 44.44º 0.54% 0.58% -
XYZ 21.16 22.25 8.65 -
YUV 127.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 149 128 68 0 0.14 0.54 0.42 44.44 0.37 0.43
Hex 95 80 44 0 E 36 2A 2C 25 2B
Octal 225 200 104 0 16 66 52 54 45 53
Binary 10010101 10000000 1000100 0 1110 110110 101010 101100 100101 101011

Color Harmonies of #958044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958044

Black with #958044

Text Example


Text Example

White with #958044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958044; }

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

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

background-color css

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

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

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

border-color css

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

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

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