#633340

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

Shades of Tawny Port #633340

Tints of Tawny Port #633340

Color information

#633340 (or 0x633340) is unknown color: approx Tawny Port. HEX triplet: 63, 33 and 40. RGB value is (99,51,64). Sum of RGB (Red+Green+Blue) = 99+51+64=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #633340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633340 is #9CCCBF. Grayscale: #424242. Windows color (decimal): -10276032 or 4207459. OLE color: 4207459.

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

Color convert

RGB995164-
CMYK00.480.350.61
HSL343.75º32%29.41%-
HSV(B)343.75º48.48%38.82%-
XYZ7.255.395.51-
YUV66.83126.4150.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=46.26%
G=23.83%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99516400.480.350.61343.753229.41
Hex633340030233D158201d
Octal1436310006043755304035
Binary11000111100111000000011000010001111110110101100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633340; }

 p { color: rgb(99,51,64); }

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

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

 a { background-color: rgb(99,51,64); }

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

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

 span { border-color: rgb(99,51,64); }

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