Html Css Color HEX #958340 Highball

📋 copy color: '#958340'

red 149 ◦ green 131 ◦ blue 64

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

Shades of Highball #958340

Tints of Highball #958340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 43.31%
G = 38.08%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#958340 (or 0x958340) is known color: Highball. HEX triplet: 95, 83 and 40. RGB value is (149,131,64). Sum of RGB (Red+Green+Blue) = 149+131+64=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #958340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958340 is #6A7CBF. Grayscale: #818181. Windows color (decimal): -6978752 or 4227989. OLE color: 4227989.

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

Color convert

RGB 149 131 64 -
CMYK 0 0.12 0.57 0.42
HSL 47.29º 0.4% 0.42% -
HSV(B) 47.29º 0.57% 0.58% -
XYZ 21.44 22.99 8.16 -
YUV 128.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 149 131 64 0 0.12 0.57 0.42 47.29 0.4 0.42
Hex 95 83 40 0 C 39 2A 2F 28 2A
Octal 225 203 100 0 14 71 52 57 50 52
Binary 10010101 10000011 1000000 0 1100 111001 101010 101111 101000 101010

Color Harmonies of #958340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958340

Black with #958340

Text Example


Text Example

White with #958340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958340; }

 p { color: rgb(149,131,64); }

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

background-color css

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

 a { background-color: rgb(149,131,64); }

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

border-color css

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

 span { border-color: rgb(149,131,64); }

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