#6F413F

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

Shades of Sanguine Brown #6F413F

Tints of Sanguine Brown #6F413F

Color information

#6F413F (or 0x6F413F) is unknown color: approx Sanguine Brown. HEX triplet: 6F, 41 and 3F. RGB value is (111,65,63). Sum of RGB (Red+Green+Blue) = 111+65+63=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F413F is #90BEC0. Grayscale: #4E4E4E. Windows color (decimal): -9486017 or 4145519. OLE color: 4145519.

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

Color convert

RGB1116563-
CMYK00.410.430.56
HSL2.5º27.59%34.12%-
HSV(B)2.5º43.24%43.53%-
XYZ9.347.525.66-
YUV78.53119.24151.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 63 (25% from 255) = 26.36%
R=46.44%
G=27.20%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111656300.410.430.562.527.5934.12
Hex6F413F0292B3831c22
Octal15710177051537033442
Binary1101111100000111111101010011010111110001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,63); }

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

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

 a { background-color: rgb(111,65,63); }

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

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

 span { border-color: rgb(111,65,63); }

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