Html Css Color HEX #675E60 Scorpion

📋 copy color: '#675E60'

red 103 ◦ green 94 ◦ blue 96

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

Shades of Scorpion #675E60

Tints of Scorpion #675E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 35.15%
G = 32.08%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#675E60 (or 0x675E60) is known color: Scorpion. HEX triplet: 67, 5E and 60. RGB value is (103,94,96). Sum of RGB (Red+Green+Blue) = 103+94+96=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #675E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E60 is #98A19F. Grayscale: #606060. Windows color (decimal): -10002848 or 6315623. OLE color: 6315623.

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

Color convert

RGB 103 94 96 -
CMYK 0 0.09 0.07 0.60
HSL 346.67º 0.05% 0.39% -
HSV(B) 346.67º 0.09% 0.4% -
XYZ 11.71 11.73 12.71 -
YUV 96.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 103 94 96 0 0.09 0.07 0.60 346.67 0.05 0.39
Hex 67 5E 60 0 9 7 3C 15B 5 27
Octal 147 136 140 0 11 7 74 533 5 47
Binary 1100111 1011110 1100000 0 1001 111 111100 101011011 101 100111

Color Harmonies of #675E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675E60

Black with #675E60

Text Example


Text Example

White with #675E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,94,96); }

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

background-color css

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

 a { background-color: rgb(103,94,96); }

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

border-color css

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

 span { border-color: rgb(103,94,96); }

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