#69403D

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

Shades of Sanguine Brown #69403D

Tints of Sanguine Brown #69403D

Color information

#69403D (or 0x69403D) is unknown color: approx Sanguine Brown. HEX triplet: 69, 40 and 3D. RGB value is (105,64,61). Sum of RGB (Red+Green+Blue) = 105+64+61=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #69403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69403D is #96BFC2. Grayscale: #4B4B4B. Windows color (decimal): -9879491 or 4014185. OLE color: 4014185.

HSL color Cylindrical-coordinate representation of color #69403D: hue angle of 4.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69403D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1056461-
CMYK00.390.420.59
HSL4.09º26.51%32.55%-
HSV(B)4.09º41.9%41.18%-
XYZ8.57.015.32-
YUV75.92119.58148.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=45.65%
G=27.83%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105646100.390.420.594.0926.5132.55
Hex69403D0272A3B41b21
Octal15110075047527343341
Binary11010011000000111101010011110101011101110011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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