#6F3E3D

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

Shades of Sanguine Brown #6F3E3D

Tints of Sanguine Brown #6F3E3D

Color information

#6F3E3D (or 0x6F3E3D) is unknown color: approx Sanguine Brown. HEX triplet: 6F, 3E and 3D. RGB value is (111,62,61). Sum of RGB (Red+Green+Blue) = 111+62+61=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E3D is #90C1C2. Grayscale: #4C4C4C. Windows color (decimal): -9486787 or 4013679. OLE color: 4013679.

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

Color convert

RGB1116261-
CMYK00.440.450.56
HSL1.2º29.07%33.73%-
HSV(B)1.2º45.05%43.53%-
XYZ9.127.165.32-
YUV76.54119.23152.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=47.44%
G=26.50%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111626100.440.450.561.229.0733.73
Hex6F3E3D02C2D3811d22
Octal1577675054557013542
Binary11011111111101111010101100101101111000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,61); }

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

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

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

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

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

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

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