Html Css Color HEX #675A5E Scorpion

📋 copy color: '#675A5E'

red 103 ◦ green 90 ◦ blue 94

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

Shades of Scorpion #675A5E

Tints of Scorpion #675A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 35.89%
G = 31.36%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#675A5E (or 0x675A5E) is known color: Scorpion. HEX triplet: 67, 5A and 5E. RGB value is (103,90,94). Sum of RGB (Red+Green+Blue) = 103+90+94=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 103 - color contains mainly: red. Hex color #675A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A5E is #98A5A1. Grayscale: #5E5E5E. Windows color (decimal): -10003874 or 6183527. OLE color: 6183527.

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

Color convert

RGB 103 90 94 -
CMYK 0 0.13 0.09 0.60
HSL 341.54º 0.07% 0.38% -
HSV(B) 341.54º 0.13% 0.4% -
XYZ 11.27 11 12.12 -
YUV 94.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 103 90 94 0 0.13 0.09 0.60 341.54 0.07 0.38
Hex 67 5A 5E 0 D 9 3C 156 7 26
Octal 147 132 136 0 15 11 74 526 7 46
Binary 1100111 1011010 1011110 0 1101 1001 111100 101010110 111 100110

Color Harmonies of #675A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A5E

Black with #675A5E

Text Example


Text Example

White with #675A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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