Html Css Color HEX #868481 Schooner

📋 copy color: '#868481'

red 134 ◦ green 132 ◦ blue 129

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

Shades of Schooner #868481

Tints of Schooner #868481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 33.92%
G = 33.42%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#868481 (or 0x868481) is known color: Schooner. HEX triplet: 86, 84 and 81. RGB value is (134,132,129). Sum of RGB (Red+Green+Blue) = 134+132+129=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 134 - color contains mainly: red. Hex color #868481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868481 is #797B7E. Grayscale: #848484. Windows color (decimal): -7961471 or 8488070. OLE color: 8488070.

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

Color convert

RGB 134 132 129 -
CMYK 0 0.01 0.04 0.47
HSL 36º 0.02% 0.52% -
HSV(B) 36º 0.04% 0.53% -
XYZ 22.05 23.16 24.08 -
YUV 132.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 134 132 129 0 0.01 0.04 0.47 36 0.02 0.52
Hex 86 84 81 0 1 4 2F 24 2 34
Octal 206 204 201 0 1 4 57 44 2 64
Binary 10000110 10000100 10000001 0 1 100 101111 100100 10 110100

Color Harmonies of #868481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868481

Black with #868481

Text Example


Text Example

White with #868481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868481; }

 p { color: rgb(134,132,129); }

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

background-color css

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

 a { background-color: rgb(134,132,129); }

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

border-color css

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

 span { border-color: rgb(134,132,129); }

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