#693736

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

Shades of Sanguine Brown #693736

Tints of Sanguine Brown #693736

Color information

#693736 (or 0x693736) is unknown color: approx Sanguine Brown. HEX triplet: 69, 37 and 36. RGB value is (105,55,54). Sum of RGB (Red+Green+Blue) = 105+55+54=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693736 is #96C8C9. Grayscale: #454545. Windows color (decimal): -9881802 or 3553129. OLE color: 3553129.

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

Color convert

RGB1055554-
CMYK00.480.490.59
HSL1.18º32.08%31.18%-
HSV(B)1.18º48.57%41.18%-
XYZ7.8664.23-
YUV69.84119.06153.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=49.07%
G=25.70%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105555400.480.490.591.1832.0831.18
Hex693736030313B1201f
Octal1516766060617314037
Binary11010011101111101100110000110001111011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693736; }

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

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

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

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

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

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

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

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