#6B3836

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

Shades of Sanguine Brown #6B3836

Tints of Sanguine Brown #6B3836

Color information

#6B3836 (or 0x6B3836) is unknown color: approx Sanguine Brown. HEX triplet: 6B, 38 and 36. RGB value is (107,56,54). Sum of RGB (Red+Green+Blue) = 107+56+54=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3836 is #94C7C9. Grayscale: #474747. Windows color (decimal): -9750474 or 3553387. OLE color: 3553387.

HSL color Cylindrical-coordinate representation of color #6B3836: hue angle of 2.26º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3836 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1075654-
CMYK00.480.500.58
HSL2.26º32.92%31.57%-
HSV(B)2.26º49.53%41.96%-
XYZ8.146.224.26-
YUV71.02118.4153.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.31%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=49.31%
G=25.81%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107565400.480.500.582.2632.9231.57
Hex6B3836030323A22120
Octal1537066060627224140
Binary1101011111000110110011000011001011101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,56,54); }

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

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

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

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

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

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

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