Html Css Color HEX #998E3C Highball

📋 copy color: '#998E3C'

red 153 ◦ green 142 ◦ blue 60

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

Shades of Highball #998E3C

Tints of Highball #998E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 43.1%
G = 40%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#998E3C (or 0x998E3C) is known color: Highball. HEX triplet: 99, 8E and 3C. RGB value is (153,142,60). Sum of RGB (Red+Green+Blue) = 153+142+60=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #998E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E3C is #6671C3. Grayscale: #888888. Windows color (decimal): -6713796 or 3968665. OLE color: 3968665.

HSL color Cylindrical-coordinate representation of color #998E3C: hue angle of 52.9º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #998E3C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 142 60 -
CMYK 0 0.07 0.61 0.4
HSL 52.9º 0.44% 0.42% -
HSV(B) 52.9º 0.61% 0.6% -
XYZ 23.63 26.44 8.13 -
YUV 135.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 153 142 60 0 0.07 0.61 0.4 52.9 0.44 0.42
Hex 99 8E 3C 0 7 3D 28 35 2C 2A
Octal 231 216 74 0 7 75 50 65 54 52
Binary 10011001 10001110 111100 0 111 111101 101000 110101 101100 101010

Color Harmonies of #998E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E3C

Black with #998E3C

Text Example


Text Example

White with #998E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,60); }

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

background-color css

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

 a { background-color: rgb(153,142,60); }

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

border-color css

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

 span { border-color: rgb(153,142,60); }

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