#6F3B23

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

Shades of New Amber #6F3B23

Tints of New Amber #6F3B23

Color information

#6F3B23 (or 0x6F3B23) is unknown color: approx New Amber. HEX triplet: 6F, 3B and 23. RGB value is (111,59,35). Sum of RGB (Red+Green+Blue) = 111+59+35=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B23 is #90C4DC. Grayscale: #474747. Windows color (decimal): -9487581 or 2308975. OLE color: 2308975.

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

Color convert

RGB1115935-
CMYK00.470.680.56
HSL18.95º52.05%28.63%-
HSV(B)18.95º68.47%43.53%-
XYZ8.426.632.43-
YUV71.81107.23155.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=54.15%
G=28.78%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111593500.470.680.5618.9552.0528.63
Hex6F3B2302F443813341d
Octal157734305710470236435
Binary1101111111011100011010111110001001110001001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,59,35); }

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

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

 a { background-color: rgb(111,59,35); }

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

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

 span { border-color: rgb(111,59,35); }

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