Html Css Color HEX #65424D Tawny Port

📋 copy color: '#65424D'

red 101 ◦ green 66 ◦ blue 77

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

Shades of Tawny Port #65424D

Tints of Tawny Port #65424D

RGB

 RED value IS 101 (39.84% from 255) = 41.39%

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

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 41.39%
G = 27.05%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#65424D (or 0x65424D) is known color: Tawny Port. HEX triplet: 65, 42 and 4D. RGB value is (101,66,77). Sum of RGB (Red+Green+Blue) = 101+66+77=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65424D is #9ABDB2. Grayscale: #4D4D4D. Windows color (decimal): -10141107 or 5063269. OLE color: 5063269.

HSL color Cylindrical-coordinate representation of color #65424D: hue angle of 341.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65424D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 66 77 -
CMYK 0 0.35 0.24 0.60
HSL 341.14º 0.21% 0.33% -
HSV(B) 341.14º 0.35% 0.4% -
XYZ 8.65 7.2 7.95 -
YUV 77.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 101 66 77 0 0.35 0.24 0.60 341.14 0.21 0.33
Hex 65 42 4D 0 23 18 3C 155 15 21
Octal 145 102 115 0 43 30 74 525 25 41
Binary 1100101 1000010 1001101 0 100011 11000 111100 101010101 10101 100001

Color Harmonies of #65424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65424D

Black with #65424D

Text Example


Text Example

White with #65424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65424D; }

 p { color: rgb(101,66,77); }

 H1.HeaderClassName
 {
   color: #65424D;
 }
 .AnyTagClassName
 {
   color: #65424D;
 }
</style>

background-color css

<style>
 a { background-color: #65424D; }

 a { background-color: rgb(101,66,77); }

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

border-color css

<style>
 span { border-color: #65424D; }

 span { border-color: rgb(101,66,77); }

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