#6F3636

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

Shades of Sanguine Brown #6F3636

Tints of Sanguine Brown #6F3636

Color information

#6F3636 (or 0x6F3636) is unknown color: approx Sanguine Brown. HEX triplet: 6F, 36 and 36. RGB value is (111,54,54). Sum of RGB (Red+Green+Blue) = 111+54+54=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3636 is #90C9C9. Grayscale: #474747. Windows color (decimal): -9488842 or 3552879. OLE color: 3552879.

HSL color Cylindrical-coordinate representation of color #6F3636: hue angle of 0º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F3636 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1115454-
CMYK00.510.510.56
HSL34.55%32.35%-
HSV(B)51.35%43.53%-
XYZ8.546.284.25-
YUV71.04118.38156.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.68%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=50.68%
G=24.66%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111545400.510.510.56034.5532.35
Hex6F3636033333802320
Octal1576666063637004340
Binary110111111011011011001100111100111110000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F3636; }

 p { color: rgb(111,54,54); }

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

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

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

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

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

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

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