#6f3c2b

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

Shades of New Amber #6F3C2B

Tints of New Amber #6F3C2B

Color information

#6F3C2B (or 0x6F3C2B) is unknown color: approx New Amber. HEX triplet: 6F, 3C and 2B. RGB value is (111,60,43). Sum of RGB (Red+Green+Blue) = 111+60+43=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C2B is #90C3D4. Grayscale: #494949. Windows color (decimal): -9487317 or 2833519. OLE color: 2833519.

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

Color convert

RGB1116043-
CMYK00.460.610.56
HSL15º44.16%30.2%-
HSV(B)15º61.26%43.53%-
XYZ8.616.793.14-
YUV73.31110.9154.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=51.87%
G=28.04%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111604300.460.610.561544.1630.2
Hex6F3C2B02E3D38f2c1e
Octal15774530567570175436
Binary11011111111001010110101110111101111000111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f3c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,60,43); }

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

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

 a { background-color: rgb(111,60,43); }

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

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

 span { border-color: rgb(111,60,43); }

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