#634348

Color #634348 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #634348

Tints of Tawny Port #634348

Color information

#634348 (or 0x634348) is unknown color: approx Tawny Port. HEX triplet: 63, 43 and 48. RGB value is (99,67,72). Sum of RGB (Red+Green+Blue) = 99+67+72=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #634348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634348 is #9CBCB7. Grayscale: #4D4D4D. Windows color (decimal): -10271928 or 4735843. OLE color: 4735843.

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

Color convert

RGB996772-
CMYK00.320.270.61
HSL350.62º19.28%32.55%-
HSV(B)350.62º32.32%38.82%-
XYZ8.327.137.07-
YUV77.14125.1143.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.60%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=41.60%
G=28.15%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99677200.320.270.61350.6219.2832.55
Hex6343480201B3D15f1321
Octal14310311004033755372341
Binary11000111000011100100001000001101111110110101111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634348; }

 p { color: rgb(99,67,72); }

 H1.HeaderClassName
 {
   color: #634348;
 }
 .AnyTagClassName
 {
   color: #634348;
 }
</style>
background-color css

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

 a { background-color: rgb(99,67,72); }

 div.DivClassName
 {
   background-color: #634348;
 }
 .BgClassName
 {
   background-color: #634348;
 }
</style>
border-color css

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

 span { border-color: rgb(99,67,72); }

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