Html Css Color HEX #6A5F63 Scorpion

📋 copy color: '#6A5F63'

red 106 ◦ green 95 ◦ blue 99

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

Shades of Scorpion #6A5F63

Tints of Scorpion #6A5F63

RGB

 RED value IS 106 (41.8% from 255) = 35.33%

 GREEN value IS 95 (37.5% from 255) = 31.67%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 35.33%
G = 31.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A5F63 (or 0x6A5F63) is known color: Scorpion. HEX triplet: 6A, 5F and 63. RGB value is (106,95,99). Sum of RGB (Red+Green+Blue) = 106+95+99=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5F63 is #95A09C. Grayscale: #626262. Windows color (decimal): -9805981 or 6512490. OLE color: 6512490.

HSL color Cylindrical-coordinate representation of color #6A5F63: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A5F63 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 95 99 -
CMYK 0 0.10 0.07 0.58
HSL 338.18º 0.05% 0.39% -
HSV(B) 338.18º 0.1% 0.42% -
XYZ 12.29 12.15 13.5 -
YUV 98.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 106 95 99 0 0.10 0.07 0.58 338.18 0.05 0.39
Hex 6A 5F 63 0 A 7 3A 152 5 27
Octal 152 137 143 0 12 7 72 522 5 47
Binary 1101010 1011111 1100011 0 1010 111 111010 101010010 101 100111

Color Harmonies of #6A5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5F63

Black with #6A5F63

Text Example


Text Example

White with #6A5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,95,99); }

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

background-color css

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

 a { background-color: rgb(106,95,99); }

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

border-color css

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

 span { border-color: rgb(106,95,99); }

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