#633D42

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

Shades of Tawny Port #633D42

Tints of Tawny Port #633D42

Color information

#633D42 (or 0x633D42) is unknown color: approx Tawny Port. HEX triplet: 63, 3D and 42. RGB value is (99,61,66). Sum of RGB (Red+Green+Blue) = 99+61+66=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #633D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D42 is #9CC2BD. Grayscale: #484848. Windows color (decimal): -10273470 or 4341091. OLE color: 4341091.

HSL color Cylindrical-coordinate representation of color #633D42: hue angle of 352.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D42 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB996166-
CMYK00.380.330.61
HSL352.11º23.75%31.37%-
HSV(B)352.11º38.38%38.82%-
XYZ7.86.385.98-
YUV72.93124.09146.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=43.81%
G=26.99%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99616600.380.330.61352.1123.7531.37
Hex633D42026213D160181f
Octal1437510204641755403037
Binary1100011111101100001001001101000011111011011000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633D42; }

 p { color: rgb(99,61,66); }

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

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

 a { background-color: rgb(99,61,66); }

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

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

 span { border-color: rgb(99,61,66); }

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