Html Css Color HEX #867685 Old Lavender

📋 copy color: '#867685'

red 134 ◦ green 118 ◦ blue 133

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

Shades of Old Lavender #867685

Tints of Old Lavender #867685

RGB

 RED value IS 134 (52.73% from 255) = 34.81%

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 34.81%
G = 30.65%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#867685 (or 0x867685) is known color: Old Lavender. HEX triplet: 86, 76 and 85. RGB value is (134,118,133). Sum of RGB (Red+Green+Blue) = 134+118+133=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #867685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867685 is #79897A. Grayscale: #7C7C7C. Windows color (decimal): -7965051 or 8746630. OLE color: 8746630.

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

Color convert

RGB 134 118 133 -
CMYK 0 0.12 0.01 0.47
HSL 303.75º 0.06% 0.49% -
HSV(B) 303.75º 0.12% 0.53% -
XYZ 20.54 19.72 24.91 -
YUV 124.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 134 118 133 0 0.12 0.01 0.47 303.75 0.06 0.49
Hex 86 76 85 0 C 1 2F 130 6 31
Octal 206 166 205 0 14 1 57 460 6 61
Binary 10000110 1110110 10000101 0 1100 1 101111 100110000 110 110001

Color Harmonies of #867685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867685

Black with #867685

Text Example


Text Example

White with #867685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867685; }

 p { color: rgb(134,118,133); }

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

background-color css

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

 a { background-color: rgb(134,118,133); }

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

border-color css

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

 span { border-color: rgb(134,118,133); }

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