Html Css Color HEX #958546 Highball

📋 copy color: '#958546'

red 149 ◦ green 133 ◦ blue 70

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

Shades of Highball #958546

Tints of Highball #958546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

 BLUE value IS 70 (27.73% from 255) = 19.89%

R = 42.33%
G = 37.78%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#958546 (or 0x958546) is known color: Highball. HEX triplet: 95, 85 and 46. RGB value is (149,133,70). Sum of RGB (Red+Green+Blue) = 149+133+70=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #958546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958546 is #6A7AB9. Grayscale: #828282. Windows color (decimal): -6978234 or 4621717. OLE color: 4621717.

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

Color convert

RGB 149 133 70 -
CMYK 0 0.11 0.53 0.42
HSL 47.85º 0.36% 0.43% -
HSV(B) 47.85º 0.53% 0.58% -
XYZ 21.89 23.61 9.2 -
YUV 130.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 149 133 70 0 0.11 0.53 0.42 47.85 0.36 0.43
Hex 95 85 46 0 B 35 2A 30 24 2B
Octal 225 205 106 0 13 65 52 60 44 53
Binary 10010101 10000101 1000110 0 1011 110101 101010 110000 100100 101011

Color Harmonies of #958546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958546

Black with #958546

Text Example


Text Example

White with #958546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958546; }

 p { color: rgb(149,133,70); }

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

background-color css

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

 a { background-color: rgb(149,133,70); }

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

border-color css

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

 span { border-color: rgb(149,133,70); }

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