Html Css Color HEX #988640 Highball

📋 copy color: '#988640'

red 152 ◦ green 134 ◦ blue 64

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

Shades of Highball #988640

Tints of Highball #988640

RGB

 RED value IS 152 (59.77% from 255) = 43.43%

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 43.43%
G = 38.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#988640 (or 0x988640) is known color: Highball. HEX triplet: 98, 86 and 40. RGB value is (152,134,64). Sum of RGB (Red+Green+Blue) = 152+134+64=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #988640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988640 is #6779BF. Grayscale: #838383. Windows color (decimal): -6781376 or 4228760. OLE color: 4228760.

HSL color Cylindrical-coordinate representation of color #988640: hue angle of 47.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #988640 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 64 -
CMYK 0 0.12 0.58 0.40
HSL 47.73º 0.41% 0.42% -
HSV(B) 47.73º 0.58% 0.6% -
XYZ 22.4 24.1 8.32 -
YUV 131.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 152 134 64 0 0.12 0.58 0.40 47.73 0.41 0.42
Hex 98 86 40 0 C 3A 28 30 29 2A
Octal 230 206 100 0 14 72 50 60 51 52
Binary 10011000 10000110 1000000 0 1100 111010 101000 110000 101001 101010

Color Harmonies of #988640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988640

Black with #988640

Text Example


Text Example

White with #988640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988640; }

 p { color: rgb(152,134,64); }

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

background-color css

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

 a { background-color: rgb(152,134,64); }

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

border-color css

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

 span { border-color: rgb(152,134,64); }

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