#6F3B29

Color #6F3B29 New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #6F3B29

Tints of New Amber #6F3B29

Color information

#6F3B29 (or 0x6F3B29) is unknown color: approx New Amber. HEX triplet: 6F, 3B and 29. RGB value is (111,59,41). Sum of RGB (Red+Green+Blue) = 111+59+41=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B29 is #90C4D6. Grayscale: #484848. Windows color (decimal): -9487575 or 2702191. OLE color: 2702191.

HSL color Cylindrical-coordinate representation of color #6F3B29: hue angle of 15.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3B29 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1115941-
CMYK00.470.630.56
HSL15.43º46.05%29.8%-
HSV(B)15.43º63.06%43.53%-
XYZ8.526.672.94-
YUV72.5110.23155.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=52.61%
G=27.96%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111594100.470.630.5615.4346.0529.8
Hex6F3B2902F3F38f2e1e
Octal15773510577770175636
Binary11011111110111010010101111111111111000111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,59,41); }

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

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

 a { background-color: rgb(111,59,41); }

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

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

 span { border-color: rgb(111,59,41); }

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