Html Css Color HEX #868683 Jumbo

📋 copy color: '#868683'

red 134 ◦ green 134 ◦ blue 131

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

Shades of Jumbo #868683

Tints of Jumbo #868683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 33.58%
G = 33.58%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#868683 (or 0x868683) is known color: Jumbo. HEX triplet: 86, 86 and 83. RGB value is (134,134,131). Sum of RGB (Red+Green+Blue) = 134+134+131=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868683 is #79797C. Grayscale: #858585. Windows color (decimal): -7960957 or 8619654. OLE color: 8619654.

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

Color convert

RGB 134 134 131 -
CMYK 0 0 0.02 0.47
HSL 60º 0.01% 0.52% -
HSV(B) 60º 0.02% 0.53% -
XYZ 22.45 23.76 24.87 -
YUV 133.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 134 134 131 0 0 0.02 0.47 60 0.01 0.52
Hex 86 86 83 0 0 2 2F 3C 1 34
Octal 206 206 203 0 0 2 57 74 1 64
Binary 10000110 10000110 10000011 0 0 10 101111 111100 1 110100

Color Harmonies of #868683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868683

Black with #868683

Text Example


Text Example

White with #868683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868683; }

 p { color: rgb(134,134,131); }

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

background-color css

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

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

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

border-color css

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

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

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