Html Css Color HEX #958345 Highball

📋 copy color: '#958345'

red 149 ◦ green 131 ◦ blue 69

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

Shades of Highball #958345

Tints of Highball #958345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 42.69%
G = 37.54%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#958345 (or 0x958345) is known color: Highball. HEX triplet: 95, 83 and 45. RGB value is (149,131,69). Sum of RGB (Red+Green+Blue) = 149+131+69=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #958345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958345 is #6A7CBA. Grayscale: #818181. Windows color (decimal): -6978747 or 4555669. OLE color: 4555669.

HSL color Cylindrical-coordinate representation of color #958345: hue angle of 46.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #958345 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 69 -
CMYK 0 0.12 0.54 0.42
HSL 46.5º 0.37% 0.43% -
HSV(B) 46.5º 0.54% 0.58% -
XYZ 21.58 23.05 8.94 -
YUV 129.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 149 131 69 0 0.12 0.54 0.42 46.5 0.37 0.43
Hex 95 83 45 0 C 36 2A 2E 25 2B
Octal 225 203 105 0 14 66 52 56 45 53
Binary 10010101 10000011 1000101 0 1100 110110 101010 101110 100101 101011

Color Harmonies of #958345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958345

Black with #958345

Text Example


Text Example

White with #958345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958345; }

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

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

background-color css

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

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

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

border-color css

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

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

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