#633B3B

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

Shades of Sanguine Brown #633B3B

Tints of Sanguine Brown #633B3B

Color information

#633B3B (or 0x633B3B) is unknown color: approx Sanguine Brown. HEX triplet: 63, 3B and 3B. RGB value is (99,59,59). Sum of RGB (Red+Green+Blue) = 99+59+59=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #633B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B3B is #9CC4C4. Grayscale: #464646. Windows color (decimal): -10273989 or 3881827. OLE color: 3881827.

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

Color convert

RGB995959-
CMYK00.400.400.61
HSL25.32%30.98%-
HSV(B)40.4%38.82%-
XYZ7.56.14.92-
YUV70.96121.25148-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=45.62%
G=27.19%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99595900.400.400.61025.3230.98
Hex633B3B028283D0191f
Octal1437373050507503137
Binary1100011111011111011010100010100011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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