#69413F

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

Shades of Sanguine Brown #69413F

Tints of Sanguine Brown #69413F

Color information

#69413F (or 0x69413F) is unknown color: approx Sanguine Brown. HEX triplet: 69, 41 and 3F. RGB value is (105,65,63). Sum of RGB (Red+Green+Blue) = 105+65+63=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69413F is #96BEC0. Grayscale: #4C4C4C. Windows color (decimal): -9879233 or 4145513. OLE color: 4145513.

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

Color convert

RGB1056563-
CMYK00.380.40.59
HSL2.86º25%32.94%-
HSV(B)2.86º40%41.18%-
XYZ8.617.145.63-
YUV76.73120.25148.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 63 (25% from 255) = 27.04%
R=45.06%
G=27.90%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105656300.380.40.592.862532.94
Hex69413F026283B31921
Octal15110177046507333141
Binary1101001100000111111101001101010001110111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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