Html Css Color HEX #998F4D Highball

📋 copy color: '#998F4D'

red 153 ◦ green 143 ◦ blue 77

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

Shades of Highball #998F4D

Tints of Highball #998F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 41.02%
G = 38.34%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#998F4D (or 0x998F4D) is known color: Highball. HEX triplet: 99, 8F and 4D. RGB value is (153,143,77). Sum of RGB (Red+Green+Blue) = 153+143+77=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F4D is #6670B2. Grayscale: #8A8A8A. Windows color (decimal): -6713523 or 5083033. OLE color: 5083033.

HSL color Cylindrical-coordinate representation of color #998F4D: hue angle of 52.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #998F4D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 77 -
CMYK 0 0.07 0.50 0.4
HSL 52.11º 0.33% 0.45% -
HSV(B) 52.11º 0.5% 0.6% -
XYZ 24.3 26.95 10.94 -
YUV 138.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 153 143 77 0 0.07 0.50 0.4 52.11 0.33 0.45
Hex 99 8F 4D 0 7 32 28 34 21 2D
Octal 231 217 115 0 7 62 50 64 41 55
Binary 10011001 10001111 1001101 0 111 110010 101000 110100 100001 101101

Color Harmonies of #998F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F4D

Black with #998F4D

Text Example


Text Example

White with #998F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998F4D; }

 p { color: rgb(153,143,77); }

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

background-color css

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

 a { background-color: rgb(153,143,77); }

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

border-color css

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

 span { border-color: rgb(153,143,77); }

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