Html Css Color HEX #64424B Tawny Port

📋 copy color: '#64424B'

red 100 ◦ green 66 ◦ blue 75

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

Shades of Tawny Port #64424B

Tints of Tawny Port #64424B

RGB

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

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

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

R = 41.49%
G = 27.39%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64424B (or 0x64424B) is known color: Tawny Port. HEX triplet: 64, 42 and 4B. RGB value is (100,66,75). Sum of RGB (Red+Green+Blue) = 100+66+75=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64424B is #9BBDB4. Grayscale: #4D4D4D. Windows color (decimal): -10206645 or 4932196. OLE color: 4932196.

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

Color convert

RGB 100 66 75 -
CMYK 0 0.34 0.25 0.61
HSL 344.12º 0.2% 0.33% -
HSV(B) 344.12º 0.34% 0.39% -
XYZ 8.47 7.11 7.58 -
YUV 77.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 100 66 75 0 0.34 0.25 0.61 344.12 0.2 0.33
Hex 64 42 4B 0 22 19 3D 158 14 21
Octal 144 102 113 0 42 31 75 530 24 41
Binary 1100100 1000010 1001011 0 100010 11001 111101 101011000 10100 100001

Color Harmonies of #64424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64424B

Black with #64424B

Text Example


Text Example

White with #64424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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