Html Css Color HEX #949649 Highball

📋 copy color: '#949649'

red 148 ◦ green 150 ◦ blue 73

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

Shades of Highball #949649

Tints of Highball #949649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 39.89%
G = 40.43%
B = 19.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#949649 (or 0x949649) is known color: Highball. HEX triplet: 94, 96 and 49. RGB value is (148,150,73). Sum of RGB (Red+Green+Blue) = 148+150+73=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #949649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949649 is #6B69B6. Grayscale: #8C8C8C. Windows color (decimal): -7039415 or 4822676. OLE color: 4822676.

HSL color Cylindrical-coordinate representation of color #949649: hue angle of 61.56º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #949649 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 73 -
CMYK 0.01 0 0.51 0.41
HSL 61.56º 0.35% 0.44% -
HSV(B) 61.56º 0.51% 0.59% -
XYZ 24.32 28.59 10.54 -
YUV 140.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 148 150 73 0.01 0 0.51 0.41 61.56 0.35 0.44
Hex 94 96 49 1 0 33 29 3E 23 2C
Octal 224 226 111 1 0 63 51 76 43 54
Binary 10010100 10010110 1001001 1 0 110011 101001 111110 100011 101100

Color Harmonies of #949649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949649

Black with #949649

Text Example


Text Example

White with #949649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949649; }

 p { color: rgb(148,150,73); }

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

background-color css

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

 a { background-color: rgb(148,150,73); }

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

border-color css

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

 span { border-color: rgb(148,150,73); }

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