Html Css Color HEX #6B575E Scorpion

📋 copy color: '#6B575E'

red 107 ◦ green 87 ◦ blue 94

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

Shades of Scorpion #6B575E

Tints of Scorpion #6B575E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 37.15%
G = 30.21%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B575E (or 0x6B575E) is known color: Scorpion. HEX triplet: 6B, 57 and 5E. RGB value is (107,87,94). Sum of RGB (Red+Green+Blue) = 107+87+94=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B575E is #94A8A1. Grayscale: #5D5D5D. Windows color (decimal): -9742498 or 6182763. OLE color: 6182763.

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

Color convert

RGB 107 87 94 -
CMYK 0 0.19 0.12 0.58
HSL 339º 0.1% 0.38% -
HSV(B) 339º 0.19% 0.42% -
XYZ 11.49 10.75 12.06 -
YUV 93.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 107 87 94 0 0.19 0.12 0.58 339 0.1 0.38
Hex 6B 57 5E 0 13 C 3A 153 A 26
Octal 153 127 136 0 23 14 72 523 12 46
Binary 1101011 1010111 1011110 0 10011 1100 111010 101010011 1010 100110

Color Harmonies of #6B575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B575E

Black with #6B575E

Text Example


Text Example

White with #6B575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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