Html Css Color HEX #64414B Tawny Port

📋 copy color: '#64414B'

red 100 ◦ green 65 ◦ blue 75

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

Shades of Tawny Port #64414B

Tints of Tawny Port #64414B

RGB

 RED value IS 100 (39.45% from 255) = 41.67%

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

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

R = 41.67%
G = 27.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64414B (or 0x64414B) is known color: Tawny Port. HEX triplet: 64, 41 and 4B. RGB value is (100,65,75). Sum of RGB (Red+Green+Blue) = 100+65+75=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #64414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64414B is #9BBEB4. Grayscale: #4C4C4C. Windows color (decimal): -10206901 or 4931940. OLE color: 4931940.

HSL color Cylindrical-coordinate representation of color #64414B: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64414B is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 75 -
CMYK 0 0.35 0.25 0.61
HSL 342.86º 0.21% 0.32% -
HSV(B) 342.86º 0.35% 0.39% -
XYZ 8.42 7 7.56 -
YUV 76.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 100 65 75 0 0.35 0.25 0.61 342.86 0.21 0.32
Hex 64 41 4B 0 23 19 3D 157 15 20
Octal 144 101 113 0 43 31 75 527 25 40
Binary 1100100 1000001 1001011 0 100011 11001 111101 101010111 10101 100000

Color Harmonies of #64414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64414B

Black with #64414B

Text Example


Text Example

White with #64414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64414B; }

 p { color: rgb(100,65,75); }

 H1.HeaderClassName
 {
   color: #64414B;
 }
 .AnyTagClassName
 {
   color: #64414B;
 }
</style>

background-color css

<style>
 a { background-color: #64414B; }

 a { background-color: rgb(100,65,75); }

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

border-color css

<style>
 span { border-color: #64414B; }

 span { border-color: rgb(100,65,75); }

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