#6F3D2C

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

Shades of New Amber #6F3D2C

Tints of New Amber #6F3D2C

Color information

#6F3D2C (or 0x6F3D2C) is unknown color: approx New Amber. HEX triplet: 6F, 3D and 2C. RGB value is (111,61,44). Sum of RGB (Red+Green+Blue) = 111+61+44=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D2C is #90C2D3. Grayscale: #4A4A4A. Windows color (decimal): -9487060 or 2899311. OLE color: 2899311.

HSL color Cylindrical-coordinate representation of color #6F3D2C: hue angle of 15.22º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F3D2C is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1116144-
CMYK00.450.600.56
HSL15.22º43.23%30.39%-
HSV(B)15.22º60.36%43.53%-
XYZ8.686.93.26-
YUV74.01111.06154.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=51.39%
G=28.24%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111614400.450.600.5615.2243.2330.39
Hex6F3D2C02D3C38f2b1e
Octal15775540557470175336
Binary11011111111011011000101101111100111000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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