Html Css Color HEX #64353F Tawny Port

📋 copy color: '#64353F'

red 100 ◦ green 53 ◦ blue 63

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

Shades of Tawny Port #64353F

Tints of Tawny Port #64353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 63 (25% from 255) = 29.17%

R = 46.3%
G = 24.54%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#64353F (or 0x64353F) is known color: Tawny Port. HEX triplet: 64, 35 and 3F. RGB value is (100,53,63). Sum of RGB (Red+Green+Blue) = 100+53+63=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64353F is #9BCAC0. Grayscale: #444444. Windows color (decimal): -10209985 or 4142436. OLE color: 4142436.

HSL color Cylindrical-coordinate representation of color #64353F: hue angle of 347.23º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64353F is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 63 -
CMYK 0 0.47 0.37 0.61
HSL 347.23º 0.31% 0.3% -
HSV(B) 347.23º 0.47% 0.39% -
XYZ 7.43 5.61 5.39 -
YUV 68.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 100 53 63 0 0.47 0.37 0.61 347.23 0.31 0.3
Hex 64 35 3F 0 2F 25 3D 15B 1F 1E
Octal 144 65 77 0 57 45 75 533 37 36
Binary 1100100 110101 111111 0 101111 100101 111101 101011011 11111 11110

Color Harmonies of #64353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64353F

Black with #64353F

Text Example


Text Example

White with #64353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64353F; }

 p { color: rgb(100,53,63); }

 H1.HeaderClassName
 {
   color: #64353F;
 }
 .AnyTagClassName
 {
   color: #64353F;
 }
</style>

background-color css

<style>
 a { background-color: #64353F; }

 a { background-color: rgb(100,53,63); }

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

border-color css

<style>
 span { border-color: #64353F; }

 span { border-color: rgb(100,53,63); }

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