#693634

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

Shades of Sanguine Brown #693634

Tints of Sanguine Brown #693634

Color information

#693634 (or 0x693634) is unknown color: approx Sanguine Brown. HEX triplet: 69, 36 and 34. RGB value is (105,54,52). Sum of RGB (Red+Green+Blue) = 105+54+52=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693634 is #96C9CB. Grayscale: #454545. Windows color (decimal): -9882060 or 3421801. OLE color: 3421801.

HSL color Cylindrical-coordinate representation of color #693634: hue angle of 2.26º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693634 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1055452-
CMYK00.490.500.59
HSL2.26º33.76%30.78%-
HSV(B)2.26º50.48%41.18%-
XYZ7.765.893.98-
YUV69.02118.4153.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=49.76%
G=25.59%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105545200.490.500.592.2633.7630.78
Hex693634031323B2221f
Octal1516664061627324237
Binary110100111011011010001100011100101110111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693634; }

 p { color: rgb(105,54,52); }

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

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

 a { background-color: rgb(105,54,52); }

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

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

 span { border-color: rgb(105,54,52); }

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