Html Css Color HEX #889699 Submarine

📋 copy color: '#889699'

red 136 ◦ green 150 ◦ blue 153

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

Shades of Submarine #889699

Tints of Submarine #889699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 30.98%
G = 34.17%
B = 34.85%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#889699 (or 0x889699) is known color: Submarine. HEX triplet: 88, 96 and 99. RGB value is (136,150,153). Sum of RGB (Red+Green+Blue) = 136+150+153=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #889699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889699 is #776966. Grayscale: #929292. Windows color (decimal): -7825767 or 10065544. OLE color: 10065544.

HSL color Cylindrical-coordinate representation of color #889699: hue angle of 190.59º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889699 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 150 153 -
CMYK 0.11 0.02 0 0.4
HSL 190.59º 0.08% 0.57% -
HSV(B) 190.59º 0.11% 0.6% -
XYZ 26.81 29.35 34.39 -
YUV 146.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 136 150 153 0.11 0.02 0 0.4 190.59 0.08 0.57
Hex 88 96 99 B 2 0 28 BF 8 39
Octal 210 226 231 13 2 0 50 277 10 71
Binary 10001000 10010110 10011001 1011 10 0 101000 10111111 1000 111001

Color Harmonies of #889699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889699

Black with #889699

Text Example


Text Example

White with #889699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889699; }

 p { color: rgb(136,150,153); }

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

background-color css

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

 a { background-color: rgb(136,150,153); }

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

border-color css

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

 span { border-color: rgb(136,150,153); }

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