Html Css Color HEX #675A60 Scorpion

📋 copy color: '#675A60'

red 103 ◦ green 90 ◦ blue 96

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

Shades of Scorpion #675A60

Tints of Scorpion #675A60

RGB

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

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

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

R = 35.64%
G = 31.14%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#675A60 (or 0x675A60) is known color: Scorpion. HEX triplet: 67, 5A and 60. RGB value is (103,90,96). Sum of RGB (Red+Green+Blue) = 103+90+96=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #675A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A60 is #98A59F. Grayscale: #5E5E5E. Windows color (decimal): -10003872 or 6314599. OLE color: 6314599.

HSL color Cylindrical-coordinate representation of color #675A60: hue angle of 332.31º 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 #675A60 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 90 96 -
CMYK 0 0.13 0.07 0.60
HSL 332.31º 0.07% 0.38% -
HSV(B) 332.31º 0.13% 0.4% -
XYZ 11.36 11.04 12.6 -
YUV 94.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 103 90 96 0 0.13 0.07 0.60 332.31 0.07 0.38
Hex 67 5A 60 0 D 7 3C 14C 7 26
Octal 147 132 140 0 15 7 74 514 7 46
Binary 1100111 1011010 1100000 0 1101 111 111100 101001100 111 100110

Color Harmonies of #675A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A60

Black with #675A60

Text Example


Text Example

White with #675A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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