Html Css Color HEX #675860 Scorpion

📋 copy color: '#675860'

red 103 ◦ green 88 ◦ blue 96

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

Shades of Scorpion #675860

Tints of Scorpion #675860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

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

R = 35.89%
G = 30.66%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#675860 (or 0x675860) is known color: Scorpion. HEX triplet: 67, 58 and 60. RGB value is (103,88,96). Sum of RGB (Red+Green+Blue) = 103+88+96=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 103 - color contains mainly: red. Hex color #675860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675860 is #98A79F. Grayscale: #5D5D5D. Windows color (decimal): -10004384 or 6314087. OLE color: 6314087.

HSL color Cylindrical-coordinate representation of color #675860: hue angle of 328º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #675860 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 88 96 -
CMYK 0 0.15 0.07 0.60
HSL 328º 0.08% 0.37% -
HSV(B) 328º 0.15% 0.4% -
XYZ 11.19 10.71 12.54 -
YUV 93.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 103 88 96 0 0.15 0.07 0.60 328 0.08 0.37
Hex 67 58 60 0 F 7 3C 148 8 25
Octal 147 130 140 0 17 7 74 510 10 45
Binary 1100111 1011000 1100000 0 1111 111 111100 101001000 1000 100101

Color Harmonies of #675860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675860

Black with #675860

Text Example


Text Example

White with #675860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675860; }

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

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

background-color css

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

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

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

border-color css

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

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

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