Html Css Color HEX #958646 Highball

📋 copy color: '#958646'

red 149 ◦ green 134 ◦ blue 70

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

Shades of Highball #958646

Tints of Highball #958646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 42.21%
G = 37.96%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#958646 (or 0x958646) is known color: Highball. HEX triplet: 95, 86 and 46. RGB value is (149,134,70). Sum of RGB (Red+Green+Blue) = 149+134+70=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958646 is #6A79B9. Grayscale: #838383. Windows color (decimal): -6977978 or 4621973. OLE color: 4621973.

HSL color Cylindrical-coordinate representation of color #958646: hue angle of 48.61º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #958646 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 70 -
CMYK 0 0.10 0.53 0.42
HSL 48.61º 0.36% 0.43% -
HSV(B) 48.61º 0.53% 0.58% -
XYZ 22.03 23.88 9.24 -
YUV 131.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 149 134 70 0 0.10 0.53 0.42 48.61 0.36 0.43
Hex 95 86 46 0 A 35 2A 31 24 2B
Octal 225 206 106 0 12 65 52 61 44 53
Binary 10010101 10000110 1000110 0 1010 110101 101010 110001 100100 101011

Color Harmonies of #958646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958646

Black with #958646

Text Example


Text Example

White with #958646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958646; }

 p { color: rgb(149,134,70); }

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

background-color css

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

 a { background-color: rgb(149,134,70); }

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

border-color css

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

 span { border-color: rgb(149,134,70); }

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