Html Css Color HEX #948344 Highball

📋 copy color: '#948344'

red 148 ◦ green 131 ◦ blue 68

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

Shades of Highball #948344

Tints of Highball #948344

RGB

 RED value IS 148 (58.2% from 255) = 42.65%

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 42.65%
G = 37.75%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#948344 (or 0x948344) is known color: Highball. HEX triplet: 94, 83 and 44. RGB value is (148,131,68). Sum of RGB (Red+Green+Blue) = 148+131+68=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #948344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948344 is #6B7CBB. Grayscale: #818181. Windows color (decimal): -7044284 or 4490132. OLE color: 4490132.

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

Color convert

RGB 148 131 68 -
CMYK 0 0.11 0.54 0.42
HSL 47.25º 0.37% 0.42% -
HSV(B) 47.25º 0.54% 0.58% -
XYZ 21.37 22.95 8.77 -
YUV 128.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 148 131 68 0 0.11 0.54 0.42 47.25 0.37 0.42
Hex 94 83 44 0 B 36 2A 2F 25 2A
Octal 224 203 104 0 13 66 52 57 45 52
Binary 10010100 10000011 1000100 0 1011 110110 101010 101111 100101 101010

Color Harmonies of #948344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948344

Black with #948344

Text Example


Text Example

White with #948344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948344; }

 p { color: rgb(148,131,68); }

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

background-color css

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

 a { background-color: rgb(148,131,68); }

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

border-color css

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

 span { border-color: rgb(148,131,68); }

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