Html Css Color HEX #675A5D Scorpion

📋 copy color: '#675A5D'

red 103 ◦ green 90 ◦ blue 93

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

Shades of Scorpion #675A5D

Tints of Scorpion #675A5D

RGB

 RED value IS 103 (40.63% from 255) = 36.01%

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 36.01%
G = 31.47%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#675A5D (or 0x675A5D) is known color: Scorpion. HEX triplet: 67, 5A and 5D. RGB value is (103,90,93). Sum of RGB (Red+Green+Blue) = 103+90+93=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 103 - color contains mainly: red. Hex color #675A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A5D is #98A5A2. Grayscale: #5E5E5E. Windows color (decimal): -10003875 or 6117991. OLE color: 6117991.

HSL color Cylindrical-coordinate representation of color #675A5D: hue angle of 346.15º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #675A5D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 90 93 -
CMYK 0 0.13 0.10 0.60
HSL 346.15º 0.07% 0.38% -
HSV(B) 346.15º 0.13% 0.4% -
XYZ 11.23 10.99 11.88 -
YUV 94.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 103 90 93 0 0.13 0.10 0.60 346.15 0.07 0.38
Hex 67 5A 5D 0 D A 3C 15A 7 26
Octal 147 132 135 0 15 12 74 532 7 46
Binary 1100111 1011010 1011101 0 1101 1010 111100 101011010 111 100110

Color Harmonies of #675A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A5D

Black with #675A5D

Text Example


Text Example

White with #675A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675A5D; }

 p { color: rgb(103,90,93); }

 H1.HeaderClassName
 {
   color: #675A5D;
 }
 .AnyTagClassName
 {
   color: #675A5D;
 }
</style>

background-color css

<style>
 a { background-color: #675A5D; }

 a { background-color: rgb(103,90,93); }

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

border-color css

<style>
 span { border-color: #675A5D; }

 span { border-color: rgb(103,90,93); }

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