Html Css Color HEX #957E41 Highball

📋 copy color: '#957E41'

red 149 ◦ green 126 ◦ blue 65

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

Shades of Highball #957E41

Tints of Highball #957E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 43.82%
G = 37.06%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957E41 (or 0x957E41) is known color: Highball. HEX triplet: 95, 7E and 41. RGB value is (149,126,65). Sum of RGB (Red+Green+Blue) = 149+126+65=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #957E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E41 is #6A81BE. Grayscale: #7E7E7E. Windows color (decimal): -6980031 or 4292245. OLE color: 4292245.

HSL color Cylindrical-coordinate representation of color #957E41: hue angle of 43.57º 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 #957E41 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 65 -
CMYK 0 0.15 0.56 0.42
HSL 43.57º 0.39% 0.42% -
HSV(B) 43.57º 0.56% 0.58% -
XYZ 20.81 21.69 8.09 -
YUV 125.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 149 126 65 0 0.15 0.56 0.42 43.57 0.39 0.42
Hex 95 7E 41 0 F 38 2A 2C 27 2A
Octal 225 176 101 0 17 70 52 54 47 52
Binary 10010101 1111110 1000001 0 1111 111000 101010 101100 100111 101010

Color Harmonies of #957E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E41

Black with #957E41

Text Example


Text Example

White with #957E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957E41; }

 p { color: rgb(149,126,65); }

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

background-color css

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

 a { background-color: rgb(149,126,65); }

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

border-color css

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

 span { border-color: rgb(149,126,65); }

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