Html Css Color HEX #999446 Highball

📋 copy color: '#999446'

red 153 ◦ green 148 ◦ blue 70

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

Shades of Highball #999446

Tints of Highball #999446

RGB

 RED value IS 153 (60.16% from 255) = 41.24%

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

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

R = 41.24%
G = 39.89%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#999446 (or 0x999446) is known color: Highball. HEX triplet: 99, 94 and 46. RGB value is (153,148,70). Sum of RGB (Red+Green+Blue) = 153+148+70=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #999446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999446 is #666BB9. Grayscale: #8C8C8C. Windows color (decimal): -6712250 or 4625561. OLE color: 4625561.

HSL color Cylindrical-coordinate representation of color #999446: hue angle of 56.39º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #999446 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 70 -
CMYK 0 0.03 0.54 0.4
HSL 56.39º 0.37% 0.44% -
HSV(B) 56.39º 0.54% 0.6% -
XYZ 24.83 28.39 9.97 -
YUV 140.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 153 148 70 0 0.03 0.54 0.4 56.39 0.37 0.44
Hex 99 94 46 0 3 36 28 38 25 2C
Octal 231 224 106 0 3 66 50 70 45 54
Binary 10011001 10010100 1000110 0 11 110110 101000 111000 100101 101100

Color Harmonies of #999446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999446

Black with #999446

Text Example


Text Example

White with #999446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999446; }

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

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

background-color css

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

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

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

border-color css

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

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

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