Html Css Color HEX #86827B Concord

📋 copy color: '#86827B'

red 134 ◦ green 130 ◦ blue 123

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

Shades of Concord #86827B

Tints of Concord #86827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 34.63%
G = 33.59%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86827B (or 0x86827B) is known color: Concord. HEX triplet: 86, 82 and 7B. RGB value is (134,130,123). Sum of RGB (Red+Green+Blue) = 134+130+123=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 134 - color contains mainly: red. Hex color #86827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86827B is #797D84. Grayscale: #828282. Windows color (decimal): -7961989 or 8094342. OLE color: 8094342.

HSL color Cylindrical-coordinate representation of color #86827B: hue angle of 38.18º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86827B is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 130 123 -
CMYK 0 0.03 0.08 0.47
HSL 38.18º 0.04% 0.5% -
HSV(B) 38.18º 0.08% 0.53% -
XYZ 21.39 22.46 21.95 -
YUV 130.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 134 130 123 0 0.03 0.08 0.47 38.18 0.04 0.5
Hex 86 82 7B 0 3 8 2F 26 4 32
Octal 206 202 173 0 3 10 57 46 4 62
Binary 10000110 10000010 1111011 0 11 1000 101111 100110 100 110010

Color Harmonies of #86827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86827B

Black with #86827B

Text Example


Text Example

White with #86827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86827B; }

 p { color: rgb(134,130,123); }

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

background-color css

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

 a { background-color: rgb(134,130,123); }

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

border-color css

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

 span { border-color: rgb(134,130,123); }

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