Html Css Color HEX #675058 Finn

📋 copy color: '#675058'

red 103 ◦ green 80 ◦ blue 88

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

Shades of Finn #675058

Tints of Finn #675058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 38.01%
G = 29.52%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#675058 (or 0x675058) is known color: Finn. HEX triplet: 67, 50 and 58. RGB value is (103,80,88). Sum of RGB (Red+Green+Blue) = 103+80+88=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #675058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675058 is #98AFA7. Grayscale: #575757. Windows color (decimal): -10006440 or 5787751. OLE color: 5787751.

HSL color Cylindrical-coordinate representation of color #675058: hue angle of 339.13º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675058 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 88 -
CMYK 0 0.22 0.15 0.60
HSL 339.13º 0.13% 0.36% -
HSV(B) 339.13º 0.22% 0.4% -
XYZ 10.22 9.33 10.49 -
YUV 87.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 103 80 88 0 0.22 0.15 0.60 339.13 0.13 0.36
Hex 67 50 58 0 16 F 3C 153 D 24
Octal 147 120 130 0 26 17 74 523 15 44
Binary 1100111 1010000 1011000 0 10110 1111 111100 101010011 1101 100100

Color Harmonies of #675058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675058

Black with #675058

Text Example


Text Example

White with #675058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675058; }

 p { color: rgb(103,80,88); }

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

background-color css

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

 a { background-color: rgb(103,80,88); }

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

border-color css

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

 span { border-color: rgb(103,80,88); }

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