Html Css Color HEX #675558 Falcon

📋 copy color: '#675558'

red 103 ◦ green 85 ◦ blue 88

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

Shades of Falcon #675558

Tints of Falcon #675558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 37.32%
G = 30.8%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#675558 (or 0x675558) is known color: Falcon. HEX triplet: 67, 55 and 58. RGB value is (103,85,88). Sum of RGB (Red+Green+Blue) = 103+85+88=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #675558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675558 is #98AAA7. Grayscale: #5A5A5A. Windows color (decimal): -10005160 or 5789031. OLE color: 5789031.

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

Color convert

RGB 103 85 88 -
CMYK 0 0.17 0.15 0.60
HSL 350º 0.1% 0.37% -
HSV(B) 350º 0.17% 0.4% -
XYZ 10.6 10.09 10.62 -
YUV 90.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 103 85 88 0 0.17 0.15 0.60 350 0.1 0.37
Hex 67 55 58 0 11 F 3C 15E A 25
Octal 147 125 130 0 21 17 74 536 12 45
Binary 1100111 1010101 1011000 0 10001 1111 111100 101011110 1010 100101

Color Harmonies of #675558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675558

Black with #675558

Text Example


Text Example

White with #675558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675558; }

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

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

background-color css

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

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

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

border-color css

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

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

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