Html Css Color HEX #88806F Concord

📋 copy color: '#88806F'

red 136 ◦ green 128 ◦ blue 111

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

Shades of Concord #88806F

Tints of Concord #88806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 36.27%
G = 34.13%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88806F (or 0x88806F) is known color: Concord. HEX triplet: 88, 80 and 6F. RGB value is (136,128,111). Sum of RGB (Red+Green+Blue) = 136+128+111=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88806F is #777F90. Grayscale: #808080. Windows color (decimal): -7831441 or 7307400. OLE color: 7307400.

HSL color Cylindrical-coordinate representation of color #88806F: hue angle of 40.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88806F is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 111 -
CMYK 0 0.06 0.18 0.47
HSL 40.8º 0.1% 0.48% -
HSV(B) 40.8º 0.18% 0.53% -
XYZ 20.74 21.82 18.16 -
YUV 128.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 136 128 111 0 0.06 0.18 0.47 40.8 0.1 0.48
Hex 88 80 6F 0 6 12 2F 29 A 30
Octal 210 200 157 0 6 22 57 51 12 60
Binary 10001000 10000000 1101111 0 110 10010 101111 101001 1010 110000

Color Harmonies of #88806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88806F

Black with #88806F

Text Example


Text Example

White with #88806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88806F; }

 p { color: rgb(136,128,111); }

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

background-color css

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

 a { background-color: rgb(136,128,111); }

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

border-color css

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

 span { border-color: rgb(136,128,111); }

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