Html Css Color HEX #64434A Tawny Port

📋 copy color: '#64434A'

red 100 ◦ green 67 ◦ blue 74

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

Shades of Tawny Port #64434A

Tints of Tawny Port #64434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 41.49%
G = 27.8%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#64434A (or 0x64434A) is known color: Tawny Port. HEX triplet: 64, 43 and 4A. RGB value is (100,67,74). Sum of RGB (Red+Green+Blue) = 100+67+74=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64434A is #9BBCB5. Grayscale: #4D4D4D. Windows color (decimal): -10206390 or 4866916. OLE color: 4866916.

HSL color Cylindrical-coordinate representation of color #64434A: hue angle of 347.27º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64434A is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 67 74 -
CMYK 0 0.33 0.26 0.61
HSL 347.27º 0.2% 0.33% -
HSV(B) 347.27º 0.33% 0.39% -
XYZ 8.5 7.22 7.42 -
YUV 77.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 100 67 74 0 0.33 0.26 0.61 347.27 0.2 0.33
Hex 64 43 4A 0 21 1A 3D 15B 14 21
Octal 144 103 112 0 41 32 75 533 24 41
Binary 1100100 1000011 1001010 0 100001 11010 111101 101011011 10100 100001

Color Harmonies of #64434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64434A

Black with #64434A

Text Example


Text Example

White with #64434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64434A; }

 p { color: rgb(100,67,74); }

 H1.HeaderClassName
 {
   color: #64434A;
 }
 .AnyTagClassName
 {
   color: #64434A;
 }
</style>

background-color css

<style>
 a { background-color: #64434A; }

 a { background-color: rgb(100,67,74); }

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

border-color css

<style>
 span { border-color: #64434A; }

 span { border-color: rgb(100,67,74); }

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