#69413E

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

Shades of Sanguine Brown #69413E

Tints of Sanguine Brown #69413E

Color information

#69413E (or 0x69413E) is unknown color: approx Sanguine Brown. HEX triplet: 69, 41 and 3E. RGB value is (105,65,62). Sum of RGB (Red+Green+Blue) = 105+65+62=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #69413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69413E is #96BEC1. Grayscale: #4C4C4C. Windows color (decimal): -9879234 or 4079977. OLE color: 4079977.

HSL color Cylindrical-coordinate representation of color #69413E: hue angle of 4.19º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69413E is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1056562-
CMYK00.380.410.59
HSL4.19º25.75%32.75%-
HSV(B)4.19º40.95%41.18%-
XYZ8.597.135.48-
YUV76.62119.75148.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=45.26%
G=28.02%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105656200.380.410.594.1925.7532.75
Hex69413E026293B41a21
Octal15110176046517343241
Binary11010011000001111110010011010100111101110011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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