#6D3822

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

Shades of New Amber #6D3822

Tints of New Amber #6D3822

Color information

#6D3822 (or 0x6D3822) is unknown color: approx New Amber. HEX triplet: 6D, 38 and 22. RGB value is (109,56,34). Sum of RGB (Red+Green+Blue) = 109+56+34=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3822 is #92C7DD. Grayscale: #454545. Windows color (decimal): -9619422 or 2242669. OLE color: 2242669.

HSL color Cylindrical-coordinate representation of color #6D3822: hue angle of 17.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D3822 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB1095634-
CMYK00.490.690.57
HSL17.6º52.45%28.04%-
HSV(B)17.6º68.81%42.75%-
XYZ8.016.22.29-
YUV69.34108.06156.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=54.77%
G=28.14%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109563400.490.690.5717.652.4528.04
Hex6D3822031453912341c
Octal155704206110571226434
Binary1101101111000100010011000110001011110011001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,56,34); }

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

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

 a { background-color: rgb(109,56,34); }

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

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

 span { border-color: rgb(109,56,34); }

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