Html Css Color HEX #6B575D Scorpion

📋 copy color: '#6B575D'

red 107 ◦ green 87 ◦ blue 93

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

Shades of Scorpion #6B575D

Tints of Scorpion #6B575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 37.28%
G = 30.31%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B575D (or 0x6B575D) is known color: Scorpion. HEX triplet: 6B, 57 and 5D. RGB value is (107,87,93). Sum of RGB (Red+Green+Blue) = 107+87+93=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B575D is #94A8A2. Grayscale: #5D5D5D. Windows color (decimal): -9742499 or 6117227. OLE color: 6117227.

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

Color convert

RGB 107 87 93 -
CMYK 0 0.19 0.13 0.58
HSL 342º 0.1% 0.38% -
HSV(B) 342º 0.19% 0.42% -
XYZ 11.45 10.73 11.82 -
YUV 93.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 107 87 93 0 0.19 0.13 0.58 342 0.1 0.38
Hex 6B 57 5D 0 13 D 3A 156 A 26
Octal 153 127 135 0 23 15 72 526 12 46
Binary 1101011 1010111 1011101 0 10011 1101 111010 101010110 1010 100110

Color Harmonies of #6B575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B575D

Black with #6B575D

Text Example


Text Example

White with #6B575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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