#6C3C3B

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

Shades of Sanguine Brown #6C3C3B

Tints of Sanguine Brown #6C3C3B

Color information

#6C3C3B (or 0x6C3C3B) is unknown color: approx Sanguine Brown. HEX triplet: 6C, 3C and 3B. RGB value is (108,60,59). Sum of RGB (Red+Green+Blue) = 108+60+59=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C3B is #93C3C4. Grayscale: #4A4A4A. Windows color (decimal): -9683909 or 3882092. OLE color: 3882092.

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

Color convert

RGB1086059-
CMYK00.440.450.58
HSL1.22º29.34%32.75%-
HSV(B)1.22º45.37%42.35%-
XYZ8.596.744.99-
YUV74.24119.4152.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=47.58%
G=26.43%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108605900.440.450.581.2229.3432.75
Hex6C3C3B02C2D3A11d21
Octal1547473054557213541
Binary11011001111001110110101100101101111010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,60,59); }

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

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

 a { background-color: rgb(108,60,59); }

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

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

 span { border-color: rgb(108,60,59); }

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