Html Css Color HEX #958D3C Highball

📋 copy color: '#958D3C'

red 149 ◦ green 141 ◦ blue 60

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

Shades of Highball #958D3C

Tints of Highball #958D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 42.57%
G = 40.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#958D3C (or 0x958D3C) is known color: Highball. HEX triplet: 95, 8D and 3C. RGB value is (149,141,60). Sum of RGB (Red+Green+Blue) = 149+141+60=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #958D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D3C is #6A72C3. Grayscale: #868686. Windows color (decimal): -6976196 or 3968405. OLE color: 3968405.

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

Color convert

RGB 149 141 60 -
CMYK 0 0.05 0.60 0.42
HSL 54.61º 0.43% 0.41% -
HSV(B) 54.61º 0.6% 0.58% -
XYZ 22.73 25.77 8.05 -
YUV 134.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 149 141 60 0 0.05 0.60 0.42 54.61 0.43 0.41
Hex 95 8D 3C 0 5 3C 2A 37 2B 29
Octal 225 215 74 0 5 74 52 67 53 51
Binary 10010101 10001101 111100 0 101 111100 101010 110111 101011 101001

Color Harmonies of #958D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D3C

Black with #958D3C

Text Example


Text Example

White with #958D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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