Html Css Color HEX #6B585F Scorpion

📋 copy color: '#6B585F'

red 107 ◦ green 88 ◦ blue 95

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

Shades of Scorpion #6B585F

Tints of Scorpion #6B585F

RGB

 RED value IS 107 (42.19% from 255) = 36.9%

 GREEN value IS 88 (34.77% from 255) = 30.34%

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 36.9%
G = 30.34%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B585F (or 0x6B585F) is known color: Scorpion. HEX triplet: 6B, 58 and 5F. RGB value is (107,88,95). Sum of RGB (Red+Green+Blue) = 107+88+95=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B585F is #94A7A0. Grayscale: #5E5E5E. Windows color (decimal): -9742241 or 6248555. OLE color: 6248555.

HSL color Cylindrical-coordinate representation of color #6B585F: hue angle of 337.89º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B585F is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 88 95 -
CMYK 0 0.18 0.11 0.58
HSL 337.89º 0.1% 0.38% -
HSV(B) 337.89º 0.18% 0.42% -
XYZ 11.62 10.93 12.32 -
YUV 94.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 107 88 95 0 0.18 0.11 0.58 337.89 0.1 0.38
Hex 6B 58 5F 0 12 B 3A 152 A 26
Octal 153 130 137 0 22 13 72 522 12 46
Binary 1101011 1011000 1011111 0 10010 1011 111010 101010010 1010 100110

Color Harmonies of #6B585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B585F

Black with #6B585F

Text Example


Text Example

White with #6B585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B585F; }

 p { color: rgb(107,88,95); }

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

background-color css

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

 a { background-color: rgb(107,88,95); }

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

border-color css

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

 span { border-color: rgb(107,88,95); }

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