#6F3927

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

Shades of New Amber #6F3927

Tints of New Amber #6F3927

Color information

#6F3927 (or 0x6F3927) is unknown color: approx New Amber. HEX triplet: 6F, 39 and 27. RGB value is (111,57,39). Sum of RGB (Red+Green+Blue) = 111+57+39=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3927 is #90C6D8. Grayscale: #474747. Windows color (decimal): -9488089 or 2570607. OLE color: 2570607.

HSL color Cylindrical-coordinate representation of color #6F3927: hue angle of 15º 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 #6F3927 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1115739-
CMYK00.490.650.56
HSL15º48%29.41%-
HSV(B)15º64.86%43.53%-
XYZ8.386.452.72-
YUV71.09109.89156.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=53.62%
G=27.54%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111573900.490.650.56154829.41
Hex6F39270314138f301d
Octal157714706110170176035
Binary110111111100110011101100011000001111000111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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