Html Css Color HEX #675D5F Scorpion

📋 copy color: '#675D5F'

red 103 ◦ green 93 ◦ blue 95

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

Shades of Scorpion #675D5F

Tints of Scorpion #675D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 35.4%
G = 31.96%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#675D5F (or 0x675D5F) is known color: Scorpion. HEX triplet: 67, 5D and 5F. RGB value is (103,93,95). Sum of RGB (Red+Green+Blue) = 103+93+95=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #675D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D5F is #98A2A0. Grayscale: #606060. Windows color (decimal): -10003105 or 6249831. OLE color: 6249831.

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

Color convert

RGB 103 93 95 -
CMYK 0 0.10 0.08 0.60
HSL 348º 0.05% 0.38% -
HSV(B) 348º 0.1% 0.4% -
XYZ 11.57 11.54 12.44 -
YUV 96.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 103 93 95 0 0.10 0.08 0.60 348 0.05 0.38
Hex 67 5D 5F 0 A 8 3C 15C 5 26
Octal 147 135 137 0 12 10 74 534 5 46
Binary 1100111 1011101 1011111 0 1010 1000 111100 101011100 101 100110

Color Harmonies of #675D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D5F

Black with #675D5F

Text Example


Text Example

White with #675D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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