#6F3B24

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

Shades of New Amber #6F3B24

Tints of New Amber #6F3B24

Color information

#6F3B24 (or 0x6F3B24) is unknown color: approx New Amber. HEX triplet: 6F, 3B and 24. RGB value is (111,59,36). Sum of RGB (Red+Green+Blue) = 111+59+36=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B24 is #90C4DB. Grayscale: #484848. Windows color (decimal): -9487580 or 2374511. OLE color: 2374511.

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

Color convert

RGB1115936-
CMYK00.470.680.56
HSL18.4º51.02%28.82%-
HSV(B)18.4º67.57%43.53%-
XYZ8.446.632.5-
YUV71.93107.73155.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=53.88%
G=28.64%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111593600.470.680.5618.451.0228.82
Hex6F3B2402F443812331d
Octal157734405710470226335
Binary1101111111011100100010111110001001110001001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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