Html Css Color HEX #675D61 Scorpion

📋 copy color: '#675D61'

red 103 ◦ green 93 ◦ blue 97

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

Shades of Scorpion #675D61

Tints of Scorpion #675D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 35.15%
G = 31.74%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#675D61 (or 0x675D61) is known color: Scorpion. HEX triplet: 67, 5D and 61. RGB value is (103,93,97). Sum of RGB (Red+Green+Blue) = 103+93+97=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #675D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D61 is #98A29E. Grayscale: #606060. Windows color (decimal): -10003103 or 6380903. OLE color: 6380903.

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

Color convert

RGB 103 93 97 -
CMYK 0 0.10 0.06 0.60
HSL 336º 0.05% 0.38% -
HSV(B) 336º 0.1% 0.4% -
XYZ 11.67 11.58 12.93 -
YUV 96.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 103 93 97 0 0.10 0.06 0.60 336 0.05 0.38
Hex 67 5D 61 0 A 6 3C 150 5 26
Octal 147 135 141 0 12 6 74 520 5 46
Binary 1100111 1011101 1100001 0 1010 110 111100 101010000 101 100110

Color Harmonies of #675D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D61

Black with #675D61

Text Example


Text Example

White with #675D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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