Html Css Color HEX #958649 Highball

📋 copy color: '#958649'

red 149 ◦ green 134 ◦ blue 73

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

Shades of Highball #958649

Tints of Highball #958649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 41.85%
G = 37.64%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#958649 (or 0x958649) is known color: Highball. HEX triplet: 95, 86 and 49. RGB value is (149,134,73). Sum of RGB (Red+Green+Blue) = 149+134+73=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #958649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958649 is #6A79B6. Grayscale: #838383. Windows color (decimal): -6977975 or 4818581. OLE color: 4818581.

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

Color convert

RGB 149 134 73 -
CMYK 0 0.10 0.51 0.42
HSL 48.16º 0.34% 0.44% -
HSV(B) 48.16º 0.51% 0.58% -
XYZ 22.12 23.92 9.75 -
YUV 131.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 149 134 73 0 0.10 0.51 0.42 48.16 0.34 0.44
Hex 95 86 49 0 A 33 2A 30 22 2C
Octal 225 206 111 0 12 63 52 60 42 54
Binary 10010101 10000110 1001001 0 1010 110011 101010 110000 100010 101100

Color Harmonies of #958649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958649

Black with #958649

Text Example


Text Example

White with #958649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958649; }

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

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

background-color css

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

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

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

border-color css

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

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

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