Html Css Color HEX #958543 Highball

📋 copy color: '#958543'

red 149 ◦ green 133 ◦ blue 67

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

Shades of Highball #958543

Tints of Highball #958543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 42.69%
G = 38.11%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#958543 (or 0x958543) is known color: Highball. HEX triplet: 95, 85 and 43. RGB value is (149,133,67). Sum of RGB (Red+Green+Blue) = 149+133+67=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #958543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958543 is #6A7ABC. Grayscale: #828282. Windows color (decimal): -6978237 or 4425109. OLE color: 4425109.

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

Color convert

RGB 149 133 67 -
CMYK 0 0.11 0.55 0.42
HSL 48.29º 0.38% 0.42% -
HSV(B) 48.29º 0.55% 0.58% -
XYZ 21.8 23.57 8.71 -
YUV 130.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 149 133 67 0 0.11 0.55 0.42 48.29 0.38 0.42
Hex 95 85 43 0 B 37 2A 30 26 2A
Octal 225 205 103 0 13 67 52 60 46 52
Binary 10010101 10000101 1000011 0 1011 110111 101010 110000 100110 101010

Color Harmonies of #958543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958543

Black with #958543

Text Example


Text Example

White with #958543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958543; }

 p { color: rgb(149,133,67); }

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

background-color css

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

 a { background-color: rgb(149,133,67); }

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

border-color css

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

 span { border-color: rgb(149,133,67); }

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