Html Css Color HEX #958442 Highball

📋 copy color: '#958442'

red 149 ◦ green 132 ◦ blue 66

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

Shades of Highball #958442

Tints of Highball #958442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 42.94%
G = 38.04%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958442 (or 0x958442) is known color: Highball. HEX triplet: 95, 84 and 42. RGB value is (149,132,66). Sum of RGB (Red+Green+Blue) = 149+132+66=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #958442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958442 is #6A7BBD. Grayscale: #818181. Windows color (decimal): -6978494 or 4359317. OLE color: 4359317.

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

Color convert

RGB 149 132 66 -
CMYK 0 0.11 0.56 0.42
HSL 47.71º 0.39% 0.42% -
HSV(B) 47.71º 0.56% 0.58% -
XYZ 21.63 23.29 8.51 -
YUV 129.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 149 132 66 0 0.11 0.56 0.42 47.71 0.39 0.42
Hex 95 84 42 0 B 38 2A 30 27 2A
Octal 225 204 102 0 13 70 52 60 47 52
Binary 10010101 10000100 1000010 0 1011 111000 101010 110000 100111 101010

Color Harmonies of #958442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958442

Black with #958442

Text Example


Text Example

White with #958442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958442; }

 p { color: rgb(149,132,66); }

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

background-color css

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

 a { background-color: rgb(149,132,66); }

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

border-color css

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

 span { border-color: rgb(149,132,66); }

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