Html Css Color HEX #958542 Highball

📋 copy color: '#958542'

red 149 ◦ green 133 ◦ blue 66

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

Shades of Highball #958542

Tints of Highball #958542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 42.82%
G = 38.22%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958542 (or 0x958542) is known color: Highball. HEX triplet: 95, 85 and 42. RGB value is (149,133,66). Sum of RGB (Red+Green+Blue) = 149+133+66=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #958542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958542 is #6A7ABD. Grayscale: #828282. Windows color (decimal): -6978238 or 4359573. OLE color: 4359573.

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

Color convert

RGB 149 133 66 -
CMYK 0 0.11 0.56 0.42
HSL 48.43º 0.39% 0.42% -
HSV(B) 48.43º 0.56% 0.58% -
XYZ 21.77 23.56 8.55 -
YUV 130.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 149 133 66 0 0.11 0.56 0.42 48.43 0.39 0.42
Hex 95 85 42 0 B 38 2A 30 27 2A
Octal 225 205 102 0 13 70 52 60 47 52
Binary 10010101 10000101 1000010 0 1011 111000 101010 110000 100111 101010

Color Harmonies of #958542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958542

Black with #958542

Text Example


Text Example

White with #958542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958542; }

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

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

background-color css

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

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

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

border-color css

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

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

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