Html Css Color HEX #948546 Highball

📋 copy color: '#948546'

red 148 ◦ green 133 ◦ blue 70

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

Shades of Highball #948546

Tints of Highball #948546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 42.17%
G = 37.89%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#948546 (or 0x948546) is known color: Highball. HEX triplet: 94, 85 and 46. RGB value is (148,133,70). Sum of RGB (Red+Green+Blue) = 148+133+70=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #948546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948546 is #6B7AB9. Grayscale: #828282. Windows color (decimal): -7043770 or 4621716. OLE color: 4621716.

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

Color convert

RGB 148 133 70 -
CMYK 0 0.10 0.53 0.42
HSL 48.46º 0.36% 0.43% -
HSV(B) 48.46º 0.53% 0.58% -
XYZ 21.71 23.51 9.19 -
YUV 130.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 148 133 70 0 0.10 0.53 0.42 48.46 0.36 0.43
Hex 94 85 46 0 A 35 2A 30 24 2B
Octal 224 205 106 0 12 65 52 60 44 53
Binary 10010100 10000101 1000110 0 1010 110101 101010 110000 100100 101011

Color Harmonies of #948546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948546

Black with #948546

Text Example


Text Example

White with #948546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948546; }

 p { color: rgb(148,133,70); }

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

background-color css

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

 a { background-color: rgb(148,133,70); }

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

border-color css

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

 span { border-color: rgb(148,133,70); }

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