Html Css Color HEX #8B886F Schist

📋 copy color: '#8B886F'

red 139 ◦ green 136 ◦ blue 111

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

Shades of Schist #8B886F

Tints of Schist #8B886F

RGB

 RED value IS 139 (54.69% from 255) = 36.01%

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 36.01%
G = 35.23%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B886F (or 0x8B886F) is known color: Schist. HEX triplet: 8B, 88 and 6F. RGB value is (139,136,111). Sum of RGB (Red+Green+Blue) = 139+136+111=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B886F is #747790. Grayscale: #868686. Windows color (decimal): -7632785 or 7309451. OLE color: 7309451.

HSL color Cylindrical-coordinate representation of color #8B886F: hue angle of 53.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B886F is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 136 111 -
CMYK 0 0.02 0.20 0.45
HSL 53.57º 0.11% 0.49% -
HSV(B) 53.57º 0.2% 0.55% -
XYZ 22.32 24.24 18.54 -
YUV 134.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 139 136 111 0 0.02 0.20 0.45 53.57 0.11 0.49
Hex 8B 88 6F 0 2 14 2D 36 B 31
Octal 213 210 157 0 2 24 55 66 13 61
Binary 10001011 10001000 1101111 0 10 10100 101101 110110 1011 110001

Color Harmonies of #8B886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B886F

Black with #8B886F

Text Example


Text Example

White with #8B886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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