Html Css Color HEX #67414C Tawny Port

📋 copy color: '#67414C'

red 103 ◦ green 65 ◦ blue 76

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

Shades of Tawny Port #67414C

Tints of Tawny Port #67414C

RGB

 RED value IS 103 (40.63% from 255) = 42.21%

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

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

R = 42.21%
G = 26.64%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67414C (or 0x67414C) is known color: Tawny Port. HEX triplet: 67, 41 and 4C. RGB value is (103,65,76). Sum of RGB (Red+Green+Blue) = 103+65+76=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #67414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67414C is #98BEB3. Grayscale: #4D4D4D. Windows color (decimal): -10010292 or 4997479. OLE color: 4997479.

HSL color Cylindrical-coordinate representation of color #67414C: hue angle of 342.63º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67414C is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 65 76 -
CMYK 0 0.37 0.26 0.60
HSL 342.63º 0.23% 0.33% -
HSV(B) 342.63º 0.37% 0.4% -
XYZ 8.79 7.19 7.76 -
YUV 77.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 103 65 76 0 0.37 0.26 0.60 342.63 0.23 0.33
Hex 67 41 4C 0 25 1A 3C 157 17 21
Octal 147 101 114 0 45 32 74 527 27 41
Binary 1100111 1000001 1001100 0 100101 11010 111100 101010111 10111 100001

Color Harmonies of #67414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67414C

Black with #67414C

Text Example


Text Example

White with #67414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67414C; }

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

 H1.HeaderClassName
 {
   color: #67414C;
 }
 .AnyTagClassName
 {
   color: #67414C;
 }
</style>

background-color css

<style>
 a { background-color: #67414C; }

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

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

border-color css

<style>
 span { border-color: #67414C; }

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

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