Html Css Color HEX #6C424C Tawny Port

📋 copy color: '#6C424C'

red 108 ◦ green 66 ◦ blue 76

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

Shades of Tawny Port #6C424C

Tints of Tawny Port #6C424C

RGB

 RED value IS 108 (42.58% from 255) = 43.2%

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 43.2%
G = 26.4%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C424C (or 0x6C424C) is known color: Tawny Port. HEX triplet: 6C, 42 and 4C. RGB value is (108,66,76). Sum of RGB (Red+Green+Blue) = 108+66+76=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C424C is #93BDB3. Grayscale: #4F4F4F. Windows color (decimal): -9682356 or 4997740. OLE color: 4997740.

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

Color convert

RGB 108 66 76 -
CMYK 0 0.39 0.30 0.58
HSL 345.71º 0.24% 0.34% -
HSV(B) 345.71º 0.39% 0.42% -
XYZ 9.44 7.61 7.81 -
YUV 79.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 108 66 76 0 0.39 0.30 0.58 345.71 0.24 0.34
Hex 6C 42 4C 0 27 1E 3A 15A 18 22
Octal 154 102 114 0 47 36 72 532 30 42
Binary 1101100 1000010 1001100 0 100111 11110 111010 101011010 11000 100010

Color Harmonies of #6C424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C424C

Black with #6C424C

Text Example


Text Example

White with #6C424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,66,76); }

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

background-color css

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

 a { background-color: rgb(108,66,76); }

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

border-color css

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

 span { border-color: rgb(108,66,76); }

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