Html Css Color HEX #958341 Highball

📋 copy color: '#958341'

red 149 ◦ green 131 ◦ blue 65

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

Shades of Highball #958341

Tints of Highball #958341

RGB

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

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

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

R = 43.19%
G = 37.97%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958341 (or 0x958341) is known color: Highball. HEX triplet: 95, 83 and 41. RGB value is (149,131,65). Sum of RGB (Red+Green+Blue) = 149+131+65=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #958341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958341 is #6A7CBE. Grayscale: #818181. Windows color (decimal): -6978751 or 4293525. OLE color: 4293525.

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

Color convert

RGB 149 131 65 -
CMYK 0 0.12 0.56 0.42
HSL 47.14º 0.39% 0.42% -
HSV(B) 47.14º 0.56% 0.58% -
XYZ 21.46 23 8.31 -
YUV 128.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 149 131 65 0 0.12 0.56 0.42 47.14 0.39 0.42
Hex 95 83 41 0 C 38 2A 2F 27 2A
Octal 225 203 101 0 14 70 52 57 47 52
Binary 10010101 10000011 1000001 0 1100 111000 101010 101111 100111 101010

Color Harmonies of #958341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958341

Black with #958341

Text Example


Text Example

White with #958341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958341; }

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

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

background-color css

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

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

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

border-color css

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

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

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