Html Css Color HEX #6B404B Tawny Port

📋 copy color: '#6B404B'

red 107 ◦ green 64 ◦ blue 75

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

Shades of Tawny Port #6B404B

Tints of Tawny Port #6B404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 75 (29.69% from 255) = 30.49%

R = 43.5%
G = 26.02%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B404B (or 0x6B404B) is known color: Tawny Port. HEX triplet: 6B, 40 and 4B. RGB value is (107,64,75). Sum of RGB (Red+Green+Blue) = 107+64+75=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B404B is #94BFB4. Grayscale: #4E4E4E. Windows color (decimal): -9748405 or 4931691. OLE color: 4931691.

HSL color Cylindrical-coordinate representation of color #6B404B: hue angle of 344.65º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B404B is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 64 75 -
CMYK 0 0.40 0.30 0.58
HSL 344.65º 0.25% 0.34% -
HSV(B) 344.65º 0.4% 0.42% -
XYZ 9.17 7.3 7.58 -
YUV 78.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 107 64 75 0 0.40 0.30 0.58 344.65 0.25 0.34
Hex 6B 40 4B 0 28 1E 3A 159 19 22
Octal 153 100 113 0 50 36 72 531 31 42
Binary 1101011 1000000 1001011 0 101000 11110 111010 101011001 11001 100010

Color Harmonies of #6B404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B404B

Black with #6B404B

Text Example


Text Example

White with #6B404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,75); }

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

background-color css

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

 a { background-color: rgb(107,64,75); }

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

border-color css

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

 span { border-color: rgb(107,64,75); }

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