Html Css Color HEX #675D62 Scorpion

📋 copy color: '#675D62'

red 103 ◦ green 93 ◦ blue 98

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

Shades of Scorpion #675D62

Tints of Scorpion #675D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 35.03%
G = 31.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#675D62 (or 0x675D62) is known color: Scorpion. HEX triplet: 67, 5D and 62. RGB value is (103,93,98). Sum of RGB (Red+Green+Blue) = 103+93+98=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 103 - color contains mainly: red. Hex color #675D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D62 is #98A29D. Grayscale: #606060. Windows color (decimal): -10003102 or 6446439. OLE color: 6446439.

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

Color convert

RGB 103 93 98 -
CMYK 0 0.10 0.05 0.60
HSL 330º 0.05% 0.38% -
HSV(B) 330º 0.1% 0.4% -
XYZ 11.71 11.59 13.18 -
YUV 96.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 103 93 98 0 0.10 0.05 0.60 330 0.05 0.38
Hex 67 5D 62 0 A 5 3C 14A 5 26
Octal 147 135 142 0 12 5 74 512 5 46
Binary 1100111 1011101 1100010 0 1010 101 111100 101001010 101 100110

Color Harmonies of #675D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D62

Black with #675D62

Text Example


Text Example

White with #675D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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