Html Css Color HEX #675F63 Scorpion

📋 copy color: '#675F63'

red 103 ◦ green 95 ◦ blue 99

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

Shades of Scorpion #675F63

Tints of Scorpion #675F63

RGB

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

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

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

R = 34.68%
G = 31.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#675F63 (or 0x675F63) is known color: Scorpion. HEX triplet: 67, 5F and 63. RGB value is (103,95,99). Sum of RGB (Red+Green+Blue) = 103+95+99=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 103 - color contains mainly: red. Hex color #675F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F63 is #98A09C. Grayscale: #616161. Windows color (decimal): -10002589 or 6512487. OLE color: 6512487.

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

Color convert

RGB 103 95 99 -
CMYK 0 0.08 0.04 0.60
HSL 330º 0.04% 0.39% -
HSV(B) 330º 0.08% 0.4% -
XYZ 11.94 11.97 13.49 -
YUV 97.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 103 95 99 0 0.08 0.04 0.60 330 0.04 0.39
Hex 67 5F 63 0 8 4 3C 14A 4 27
Octal 147 137 143 0 10 4 74 512 4 47
Binary 1100111 1011111 1100011 0 1000 100 111100 101001010 100 100111

Color Harmonies of #675F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F63

Black with #675F63

Text Example


Text Example

White with #675F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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