#69403E

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

Shades of Sanguine Brown #69403E

Tints of Sanguine Brown #69403E

Color information

#69403E (or 0x69403E) is unknown color: approx Sanguine Brown. HEX triplet: 69, 40 and 3E. RGB value is (105,64,62). Sum of RGB (Red+Green+Blue) = 105+64+62=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69403E is #96BFC1. Grayscale: #4C4C4C. Windows color (decimal): -9879490 or 4079721. OLE color: 4079721.

HSL color Cylindrical-coordinate representation of color #69403E: hue angle of 2.79º 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 #69403E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1056462-
CMYK00.390.410.59
HSL2.79º25.75%32.75%-
HSV(B)2.79º40.95%41.18%-
XYZ8.537.025.46-
YUV76.03120.08148.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=45.45%
G=27.71%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105646200.390.410.592.7925.7532.75
Hex69403E027293B31a21
Octal15110076047517333241
Binary1101001100000011111001001111010011110111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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