Html Css Color HEX #675A61 Scorpion

📋 copy color: '#675A61'

red 103 ◦ green 90 ◦ blue 97

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

Shades of Scorpion #675A61

Tints of Scorpion #675A61

RGB

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

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

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

R = 35.52%
G = 31.03%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#675A61 (or 0x675A61) is known color: Scorpion. HEX triplet: 67, 5A and 61. RGB value is (103,90,97). Sum of RGB (Red+Green+Blue) = 103+90+97=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 103 - color contains mainly: red. Hex color #675A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A61 is #98A59E. Grayscale: #5E5E5E. Windows color (decimal): -10003871 or 6380135. OLE color: 6380135.

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

Color convert

RGB 103 90 97 -
CMYK 0 0.13 0.06 0.60
HSL 327.69º 0.07% 0.38% -
HSV(B) 327.69º 0.13% 0.4% -
XYZ 11.41 11.06 12.84 -
YUV 94.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 103 90 97 0 0.13 0.06 0.60 327.69 0.07 0.38
Hex 67 5A 61 0 D 6 3C 148 7 26
Octal 147 132 141 0 15 6 74 510 7 46
Binary 1100111 1011010 1100001 0 1101 110 111100 101001000 111 100110

Color Harmonies of #675A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A61

Black with #675A61

Text Example


Text Example

White with #675A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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