Html Css Color HEX #958342 Highball

📋 copy color: '#958342'

red 149 ◦ green 131 ◦ blue 66

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

Shades of Highball #958342

Tints of Highball #958342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

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

R = 43.06%
G = 37.86%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958342 (or 0x958342) is known color: Highball. HEX triplet: 95, 83 and 42. RGB value is (149,131,66). Sum of RGB (Red+Green+Blue) = 149+131+66=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958342 is #6A7CBD. Grayscale: #818181. Windows color (decimal): -6978750 or 4359061. OLE color: 4359061.

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

Color convert

RGB 149 131 66 -
CMYK 0 0.12 0.56 0.42
HSL 46.99º 0.39% 0.42% -
HSV(B) 46.99º 0.56% 0.58% -
XYZ 21.49 23.02 8.46 -
YUV 128.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 149 131 66 0 0.12 0.56 0.42 46.99 0.39 0.42
Hex 95 83 42 0 C 38 2A 2F 27 2A
Octal 225 203 102 0 14 70 52 57 47 52
Binary 10010101 10000011 1000010 0 1100 111000 101010 101111 100111 101010

Color Harmonies of #958342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958342

Black with #958342

Text Example


Text Example

White with #958342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958342; }

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

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

background-color css

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

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

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

border-color css

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

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

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