Html Css Color HEX #674355 Finn

📋 copy color: '#674355'

red 103 ◦ green 67 ◦ blue 85

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

Shades of Finn #674355

Tints of Finn #674355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 40.39%
G = 26.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#674355 (or 0x674355) is known color: Finn. HEX triplet: 67, 43 and 55. RGB value is (103,67,85). Sum of RGB (Red+Green+Blue) = 103+67+85=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #674355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674355 is #98BCAA. Grayscale: #4F4F4F. Windows color (decimal): -10009771 or 5587815. OLE color: 5587815.

HSL color Cylindrical-coordinate representation of color #674355: hue angle of 330º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674355 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 67 85 -
CMYK 0 0.35 0.17 0.60
HSL 330º 0.21% 0.33% -
HSV(B) 330º 0.35% 0.4% -
XYZ 9.24 7.55 9.57 -
YUV 79.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 103 67 85 0 0.35 0.17 0.60 330 0.21 0.33
Hex 67 43 55 0 23 11 3C 14A 15 21
Octal 147 103 125 0 43 21 74 512 25 41
Binary 1100111 1000011 1010101 0 100011 10001 111100 101001010 10101 100001

Color Harmonies of #674355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674355

Black with #674355

Text Example


Text Example

White with #674355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674355; }

 p { color: rgb(103,67,85); }

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

background-color css

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

 a { background-color: rgb(103,67,85); }

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

border-color css

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

 span { border-color: rgb(103,67,85); }

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