Html Css Color HEX #675D5E Falcon

📋 copy color: '#675D5E'

red 103 ◦ green 93 ◦ blue 94

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

Shades of Falcon #675D5E

Tints of Falcon #675D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 35.52%
G = 32.07%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#675D5E (or 0x675D5E) is known color: Falcon. HEX triplet: 67, 5D and 5E. RGB value is (103,93,94). Sum of RGB (Red+Green+Blue) = 103+93+94=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 103 - color contains mainly: red. Hex color #675D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D5E is #98A2A1. Grayscale: #606060. Windows color (decimal): -10003106 or 6184295. OLE color: 6184295.

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

Color convert

RGB 103 93 94 -
CMYK 0 0.10 0.09 0.60
HSL 354º 0.05% 0.38% -
HSV(B) 354º 0.1% 0.4% -
XYZ 11.53 11.52 12.21 -
YUV 96.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 103 93 94 0 0.10 0.09 0.60 354 0.05 0.38
Hex 67 5D 5E 0 A 9 3C 162 5 26
Octal 147 135 136 0 12 11 74 542 5 46
Binary 1100111 1011101 1011110 0 1010 1001 111100 101100010 101 100110

Color Harmonies of #675D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D5E

Black with #675D5E

Text Example


Text Example

White with #675D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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