Html Css Color HEX #6B585D Scorpion

📋 copy color: '#6B585D'

red 107 ◦ green 88 ◦ blue 93

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

Shades of Scorpion #6B585D

Tints of Scorpion #6B585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 37.15%
G = 30.56%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B585D (or 0x6B585D) is known color: Scorpion. HEX triplet: 6B, 58 and 5D. RGB value is (107,88,93). Sum of RGB (Red+Green+Blue) = 107+88+93=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B585D is #94A7A2. Grayscale: #5E5E5E. Windows color (decimal): -9742243 or 6117483. OLE color: 6117483.

HSL color Cylindrical-coordinate representation of color #6B585D: hue angle of 344.21º 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 #6B585D is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 88 93 -
CMYK 0 0.18 0.13 0.58
HSL 344.21º 0.1% 0.38% -
HSV(B) 344.21º 0.18% 0.42% -
XYZ 11.53 10.9 11.85 -
YUV 94.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 107 88 93 0 0.18 0.13 0.58 344.21 0.1 0.38
Hex 6B 58 5D 0 12 D 3A 158 A 26
Octal 153 130 135 0 22 15 72 530 12 46
Binary 1101011 1011000 1011101 0 10010 1101 111010 101011000 1010 100110

Color Harmonies of #6B585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B585D

Black with #6B585D

Text Example


Text Example

White with #6B585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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