Html Css Color HEX #675961 Scorpion

📋 copy color: '#675961'

red 103 ◦ green 89 ◦ blue 97

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

Shades of Scorpion #675961

Tints of Scorpion #675961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

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

R = 35.64%
G = 30.8%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#675961 (or 0x675961) is known color: Scorpion. HEX triplet: 67, 59 and 61. RGB value is (103,89,97). Sum of RGB (Red+Green+Blue) = 103+89+97=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #675961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675961 is #98A69E. Grayscale: #5E5E5E. Windows color (decimal): -10004127 or 6379879. OLE color: 6379879.

HSL color Cylindrical-coordinate representation of color #675961: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675961 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 89 97 -
CMYK 0 0.14 0.06 0.60
HSL 325.71º 0.07% 0.38% -
HSV(B) 325.71º 0.14% 0.4% -
XYZ 11.32 10.89 12.81 -
YUV 94.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 103 89 97 0 0.14 0.06 0.60 325.71 0.07 0.38
Hex 67 59 61 0 E 6 3C 146 7 26
Octal 147 131 141 0 16 6 74 506 7 46
Binary 1100111 1011001 1100001 0 1110 110 111100 101000110 111 100110

Color Harmonies of #675961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675961

Black with #675961

Text Example


Text Example

White with #675961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675961; }

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

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

background-color css

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

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

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

border-color css

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

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

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