Html Css Color HEX #886A60 Russett

📋 copy color: '#886A60'

red 136 ◦ green 106 ◦ blue 96

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

Shades of Russett #886A60

Tints of Russett #886A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 40.24%
G = 31.36%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886A60 (or 0x886A60) is known color: Russett. HEX triplet: 88, 6A and 60. RGB value is (136,106,96). Sum of RGB (Red+Green+Blue) = 136+106+96=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A60 is #77959F. Grayscale: #717171. Windows color (decimal): -7837088 or 6318728. OLE color: 6318728.

HSL color Cylindrical-coordinate representation of color #886A60: hue angle of 15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886A60 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 96 -
CMYK 0 0.22 0.29 0.47
HSL 15º 0.17% 0.45% -
HSV(B) 15º 0.29% 0.53% -
XYZ 17.42 16.39 13.31 -
YUV 113.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 136 106 96 0 0.22 0.29 0.47 15 0.17 0.45
Hex 88 6A 60 0 16 1D 2F F 11 2D
Octal 210 152 140 0 26 35 57 17 21 55
Binary 10001000 1101010 1100000 0 10110 11101 101111 1111 10001 101101

Color Harmonies of #886A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A60

Black with #886A60

Text Example


Text Example

White with #886A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886A60; }

 p { color: rgb(136,106,96); }

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

background-color css

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

 a { background-color: rgb(136,106,96); }

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

border-color css

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

 span { border-color: rgb(136,106,96); }

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