Html Css Color HEX #888640 Highball

📋 copy color: '#888640'

red 136 ◦ green 134 ◦ blue 64

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

Shades of Highball #888640

Tints of Highball #888640

RGB

 RED value IS 136 (53.52% from 255) = 40.72%

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

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

R = 40.72%
G = 40.12%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#888640 (or 0x888640) is known color: Highball. HEX triplet: 88, 86 and 40. RGB value is (136,134,64). Sum of RGB (Red+Green+Blue) = 136+134+64=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #888640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888640 is #7779BF. Grayscale: #7E7E7E. Windows color (decimal): -7829952 or 4228744. OLE color: 4228744.

HSL color Cylindrical-coordinate representation of color #888640: hue angle of 58.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #888640 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 64 -
CMYK 0 0.01 0.53 0.47
HSL 58.33º 0.36% 0.39% -
HSV(B) 58.33º 0.53% 0.53% -
XYZ 19.6 22.65 8.19 -
YUV 126.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 136 134 64 0 0.01 0.53 0.47 58.33 0.36 0.39
Hex 88 86 40 0 1 35 2F 3A 24 27
Octal 210 206 100 0 1 65 57 72 44 47
Binary 10001000 10000110 1000000 0 1 110101 101111 111010 100100 100111

Color Harmonies of #888640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888640

Black with #888640

Text Example


Text Example

White with #888640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888640; }

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

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

background-color css

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

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

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

border-color css

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

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

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