Html Css Color HEX #6B595B Falcon

📋 copy color: '#6B595B'

red 107 ◦ green 89 ◦ blue 91

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

Shades of Falcon #6B595B

Tints of Falcon #6B595B

RGB

 RED value IS 107 (42.19% from 255) = 37.28%

 GREEN value IS 89 (35.16% from 255) = 31.01%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 37.28%
G = 31.01%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B595B (or 0x6B595B) is known color: Falcon. HEX triplet: 6B, 59 and 5B. RGB value is (107,89,91). Sum of RGB (Red+Green+Blue) = 107+89+91=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B595B is #94A6A4. Grayscale: #5E5E5E. Windows color (decimal): -9741989 or 5986667. OLE color: 5986667.

HSL color Cylindrical-coordinate representation of color #6B595B: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B595B is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 89 91 -
CMYK 0 0.17 0.15 0.58
HSL 353.33º 0.09% 0.38% -
HSV(B) 353.33º 0.17% 0.42% -
XYZ 11.52 11.03 11.42 -
YUV 94.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 107 89 91 0 0.17 0.15 0.58 353.33 0.09 0.38
Hex 6B 59 5B 0 11 F 3A 161 9 26
Octal 153 131 133 0 21 17 72 541 11 46
Binary 1101011 1011001 1011011 0 10001 1111 111010 101100001 1001 100110

Color Harmonies of #6B595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B595B

Black with #6B595B

Text Example


Text Example

White with #6B595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,89,91); }

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

background-color css

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

 a { background-color: rgb(107,89,91); }

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

border-color css

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

 span { border-color: rgb(107,89,91); }

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