Html Css Color HEX #958D3F Highball

📋 copy color: '#958D3F'

red 149 ◦ green 141 ◦ blue 63

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

Shades of Highball #958D3F

Tints of Highball #958D3F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

 BLUE value IS 63 (25% from 255) = 17.85%

R = 42.21%
G = 39.94%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#958D3F (or 0x958D3F) is known color: Highball. HEX triplet: 95, 8D and 3F. RGB value is (149,141,63). Sum of RGB (Red+Green+Blue) = 149+141+63=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D3F is #6A72C0. Grayscale: #868686. Windows color (decimal): -6976193 or 4165013. OLE color: 4165013.

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

Color convert

RGB 149 141 63 -
CMYK 0 0.05 0.58 0.42
HSL 54.42º 0.41% 0.42% -
HSV(B) 54.42º 0.58% 0.58% -
XYZ 22.82 25.8 8.48 -
YUV 134.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 149 141 63 0 0.05 0.58 0.42 54.42 0.41 0.42
Hex 95 8D 3F 0 5 3A 2A 36 29 2A
Octal 225 215 77 0 5 72 52 66 51 52
Binary 10010101 10001101 111111 0 101 111010 101010 110110 101001 101010

Color Harmonies of #958D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D3F

Black with #958D3F

Text Example


Text Example

White with #958D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D3F; }

 p { color: rgb(149,141,63); }

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

background-color css

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

 a { background-color: rgb(149,141,63); }

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

border-color css

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

 span { border-color: rgb(149,141,63); }

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