#6B3635

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

Shades of Sanguine Brown #6B3635

Tints of Sanguine Brown #6B3635

Color information

#6B3635 (or 0x6B3635) is unknown color: approx Sanguine Brown. HEX triplet: 6B, 36 and 35. RGB value is (107,54,53). Sum of RGB (Red+Green+Blue) = 107+54+53=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3635 is #94C9CA. Grayscale: #454545. Windows color (decimal): -9750987 or 3487339. OLE color: 3487339.

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

Color convert

RGB1075453-
CMYK00.500.500.58
HSL1.11º33.75%31.37%-
HSV(B)1.11º50.47%41.96%-
XYZ8.036.024.11-
YUV69.73118.56154.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=50%
G=25.23%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107545300.500.500.581.1133.7531.37
Hex6B3635032323A1221f
Octal1536665062627214237
Binary11010111101101101010110010110010111010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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