#6F3E23

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

Shades of New Amber #6F3E23

Tints of New Amber #6F3E23

Color information

#6F3E23 (or 0x6F3E23) is unknown color: approx New Amber. HEX triplet: 6F, 3E and 23. RGB value is (111,62,35). Sum of RGB (Red+Green+Blue) = 111+62+35=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E23 is #90C1DC. Grayscale: #494949. Windows color (decimal): -9486813 or 2309743. OLE color: 2309743.

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

Color convert

RGB1116235-
CMYK00.440.680.56
HSL21.32º52.05%28.63%-
HSV(B)21.32º68.47%43.53%-
XYZ8.586.952.48-
YUV73.57106.23154.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=53.37%
G=29.81%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111623500.440.680.5621.3252.0528.63
Hex6F3E2302C443815341d
Octal157764305410470256435
Binary1101111111110100011010110010001001110001010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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