Html Css Color HEX #675F6E Scarpa Flow

📋 copy color: '#675F6E'

red 103 ◦ green 95 ◦ blue 110

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

Shades of Scarpa Flow #675F6E

Tints of Scarpa Flow #675F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 33.44%
G = 30.84%
B = 35.71%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#675F6E (or 0x675F6E) is known color: Scarpa Flow. HEX triplet: 67, 5F and 6E. RGB value is (103,95,110). Sum of RGB (Red+Green+Blue) = 103+95+110=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #675F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F6E is #98A091. Grayscale: #636363. Windows color (decimal): -10002578 or 7233383. OLE color: 7233383.

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

Color convert

RGB 103 95 110 -
CMYK 0.06 0.14 0 0.57
HSL 272º 0.07% 0.4% -
HSV(B) 272º 0.14% 0.43% -
XYZ 12.5 12.19 16.45 -
YUV 99.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 103 95 110 0.06 0.14 0 0.57 272 0.07 0.4
Hex 67 5F 6E 6 E 0 39 110 7 28
Octal 147 137 156 6 16 0 71 420 7 50
Binary 1100111 1011111 1101110 110 1110 0 111001 100010000 111 101000

Color Harmonies of #675F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F6E

Black with #675F6E

Text Example


Text Example

White with #675F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,110); }

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

background-color css

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

 a { background-color: rgb(103,95,110); }

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

border-color css

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

 span { border-color: rgb(103,95,110); }

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