Html Css Color HEX #958742 Highball

📋 copy color: '#958742'

red 149 ◦ green 135 ◦ blue 66

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

Shades of Highball #958742

Tints of Highball #958742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 42.57%
G = 38.57%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958742 (or 0x958742) is known color: Highball. HEX triplet: 95, 87 and 42. RGB value is (149,135,66). Sum of RGB (Red+Green+Blue) = 149+135+66=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #958742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958742 is #6A78BD. Grayscale: #838383. Windows color (decimal): -6977726 or 4360085. OLE color: 4360085.

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

Color convert

RGB 149 135 66 -
CMYK 0 0.09 0.56 0.42
HSL 49.88º 0.39% 0.42% -
HSV(B) 49.88º 0.56% 0.58% -
XYZ 22.04 24.11 8.65 -
YUV 131.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 149 135 66 0 0.09 0.56 0.42 49.88 0.39 0.42
Hex 95 87 42 0 9 38 2A 32 27 2A
Octal 225 207 102 0 11 70 52 62 47 52
Binary 10010101 10000111 1000010 0 1001 111000 101010 110010 100111 101010

Color Harmonies of #958742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958742

Black with #958742

Text Example


Text Example

White with #958742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958742; }

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

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

background-color css

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

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

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

border-color css

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

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

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