#63413E

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

Shades of Sanguine Brown #63413E

Tints of Sanguine Brown #63413E

Color information

#63413E (or 0x63413E) is unknown color: approx Sanguine Brown. HEX triplet: 63, 41 and 3E. RGB value is (99,65,62). Sum of RGB (Red+Green+Blue) = 99+65+62=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63413E is #9CBEC1. Grayscale: #4A4A4A. Windows color (decimal): -10272450 or 4079971. OLE color: 4079971.

HSL color Cylindrical-coordinate representation of color #63413E: hue angle of 4.86º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63413E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB996562-
CMYK00.340.370.61
HSL4.86º22.98%31.57%-
HSV(B)4.86º37.37%38.82%-
XYZ7.916.785.45-
YUV74.82120.76145.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=43.81%
G=28.76%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99656200.340.370.614.8622.9831.57
Hex63413E022253D51720
Octal14310176042457552740
Binary11000111000001111110010001010010111110110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63413E; }

 p { color: rgb(99,65,62); }

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

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

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

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

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

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

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