#6F3D27

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

Shades of New Amber #6F3D27

Tints of New Amber #6F3D27

Color information

#6F3D27 (or 0x6F3D27) is unknown color: approx New Amber. HEX triplet: 6F, 3D and 27. RGB value is (111,61,39). Sum of RGB (Red+Green+Blue) = 111+61+39=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D27 is #90C2D8. Grayscale: #494949. Windows color (decimal): -9487065 or 2571631. OLE color: 2571631.

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

Color convert

RGB1116139-
CMYK00.450.650.56
HSL18.33º48%29.41%-
HSV(B)18.33º64.86%43.53%-
XYZ8.596.862.79-
YUV73.44108.56154.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=52.61%
G=28.91%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111613900.450.650.5618.334829.41
Hex6F3D2702D413812301d
Octal157754705510170226035
Binary1101111111101100111010110110000011110001001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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