Html Css Color HEX #6D535A Falcon

📋 copy color: '#6D535A'

red 109 ◦ green 83 ◦ blue 90

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

Shades of Falcon #6D535A

Tints of Falcon #6D535A

RGB

 RED value IS 109 (42.97% from 255) = 38.65%

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 38.65%
G = 29.43%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D535A (or 0x6D535A) is known color: Falcon. HEX triplet: 6D, 53 and 5A. RGB value is (109,83,90). Sum of RGB (Red+Green+Blue) = 109+83+90=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D535A is #92ACA5. Grayscale: #5B5B5B. Windows color (decimal): -9612454 or 5919597. OLE color: 5919597.

HSL color Cylindrical-coordinate representation of color #6D535A: hue angle of 343.85º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D535A is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 83 90 -
CMYK 0 0.24 0.17 0.57
HSL 343.85º 0.14% 0.38% -
HSV(B) 343.85º 0.24% 0.43% -
XYZ 11.25 10.18 11.04 -
YUV 91.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 109 83 90 0 0.24 0.17 0.57 343.85 0.14 0.38
Hex 6D 53 5A 0 18 11 39 158 E 26
Octal 155 123 132 0 30 21 71 530 16 46
Binary 1101101 1010011 1011010 0 11000 10001 111001 101011000 1110 100110

Color Harmonies of #6D535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D535A

Black with #6D535A

Text Example


Text Example

White with #6D535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D535A; }

 p { color: rgb(109,83,90); }

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

background-color css

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

 a { background-color: rgb(109,83,90); }

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

border-color css

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

 span { border-color: rgb(109,83,90); }

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