#633D3D

Color #633D3D Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #633D3D

Tints of Sanguine Brown #633D3D

Color information

#633D3D (or 0x633D3D) is unknown color: approx Sanguine Brown. HEX triplet: 63, 3D and 3D. RGB value is (99,61,61). Sum of RGB (Red+Green+Blue) = 99+61+61=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #633D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D3D is #9CC2C2. Grayscale: #484848. Windows color (decimal): -10273475 or 4013411. OLE color: 4013411.

HSL color Cylindrical-coordinate representation of color #633D3D: hue angle of 0º 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 #633D3D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB996161-
CMYK00.380.380.61
HSL23.75%31.37%-
HSV(B)38.38%38.82%-
XYZ7.666.335.23-
YUV72.36121.59147-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=44.80%
G=27.60%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99616100.380.380.61023.7531.37
Hex633D3D026263D0181f
Octal1437575046467503037
Binary1100011111101111101010011010011011110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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