Html Css Color HEX #6C414C Tawny Port

📋 copy color: '#6C414C'

red 108 ◦ green 65 ◦ blue 76

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

Shades of Tawny Port #6C414C

Tints of Tawny Port #6C414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 43.37%
G = 26.1%
B = 30.52%

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

#6C414C (or 0x6C414C) is known color: Tawny Port. HEX triplet: 6C, 41 and 4C. RGB value is (108,65,76). Sum of RGB (Red+Green+Blue) = 108+65+76=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C414C is #93BEB3. Grayscale: #4F4F4F. Windows color (decimal): -9682612 or 4997484. OLE color: 4997484.

HSL color Cylindrical-coordinate representation of color #6C414C: 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 #6C414C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 65 76 -
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.38 7.49 7.79 -
YUV 79.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 108 65 76 0 0.40 0.30 0.58 344.65 0.25 0.34
Hex 6C 41 4C 0 28 1E 3A 159 19 22
Octal 154 101 114 0 50 36 72 531 31 42
Binary 1101100 1000001 1001100 0 101000 11110 111010 101011001 11001 100010

Color Harmonies of #6C414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C414C

Black with #6C414C

Text Example


Text Example

White with #6C414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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