Html Css Color HEX #958142 Highball

📋 copy color: '#958142'

red 149 ◦ green 129 ◦ blue 66

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

Shades of Highball #958142

Tints of Highball #958142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

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

R = 43.31%
G = 37.5%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958142 (or 0x958142) is known color: Highball. HEX triplet: 95, 81 and 42. RGB value is (149,129,66). Sum of RGB (Red+Green+Blue) = 149+129+66=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #958142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958142 is #6A7EBD. Grayscale: #808080. Windows color (decimal): -6979262 or 4358549. OLE color: 4358549.

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

Color convert

RGB 149 129 66 -
CMYK 0 0.13 0.56 0.42
HSL 45.54º 0.39% 0.42% -
HSV(B) 45.54º 0.56% 0.58% -
XYZ 21.23 22.48 8.38 -
YUV 127.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 149 129 66 0 0.13 0.56 0.42 45.54 0.39 0.42
Hex 95 81 42 0 D 38 2A 2E 27 2A
Octal 225 201 102 0 15 70 52 56 47 52
Binary 10010101 10000001 1000010 0 1101 111000 101010 101110 100111 101010

Color Harmonies of #958142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958142

Black with #958142

Text Example


Text Example

White with #958142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958142; }

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

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

background-color css

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

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

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

border-color css

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

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

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