#6F3A27

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

Shades of New Amber #6F3A27

Tints of New Amber #6F3A27

Color information

#6F3A27 (or 0x6F3A27) is unknown color: approx New Amber. HEX triplet: 6F, 3A and 27. RGB value is (111,58,39). Sum of RGB (Red+Green+Blue) = 111+58+39=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A27 is #90C5D8. Grayscale: #474747. Windows color (decimal): -9487833 or 2570863. OLE color: 2570863.

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

Color convert

RGB1115839-
CMYK00.480.650.56
HSL15.83º48%29.41%-
HSV(B)15.83º64.86%43.53%-
XYZ8.436.552.74-
YUV71.68109.56156.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=53.37%
G=27.88%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111583900.480.650.5615.834829.41
Hex6F3A27030413810301d
Octal157724706010170206035
Binary1101111111010100111011000010000011110001000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,58,39); }

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

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

 a { background-color: rgb(111,58,39); }

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

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

 span { border-color: rgb(111,58,39); }

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