#6B3B38

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

Shades of Sanguine Brown #6B3B38

Tints of Sanguine Brown #6B3B38

Color information

#6B3B38 (or 0x6B3B38) is unknown color: approx Sanguine Brown. HEX triplet: 6B, 3B and 38. RGB value is (107,59,56). Sum of RGB (Red+Green+Blue) = 107+59+56=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B38 is #94C4C7. Grayscale: #494949. Windows color (decimal): -9749704 or 3685227. OLE color: 3685227.

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

Color convert

RGB1075956-
CMYK00.450.480.58
HSL3.53º31.29%31.96%-
HSV(B)3.53º47.66%41.96%-
XYZ8.346.544.56-
YUV73.01118.4152.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=48.20%
G=26.58%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107595600.450.480.583.5331.2931.96
Hex6B3B3802D303A41f20
Octal1537370055607243740
Binary1101011111011111000010110111000011101010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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