#6C3722

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

Shades of New Amber #6C3722

Tints of New Amber #6C3722

Color information

#6C3722 (or 0x6C3722) is unknown color: approx New Amber. HEX triplet: 6C, 37 and 22. RGB value is (108,55,34). Sum of RGB (Red+Green+Blue) = 108+55+34=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3722 is #93C8DD. Grayscale: #444444. Windows color (decimal): -9685214 or 2242412. OLE color: 2242412.

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

Color convert

RGB1085534-
CMYK00.490.690.58
HSL17.03º52.11%27.84%-
HSV(B)17.03º68.52%42.35%-
XYZ7.846.042.27-
YUV68.45108.56156.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.82%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=54.82%
G=27.92%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108553400.490.690.5817.0352.1127.84
Hex6C3722031453A11341c
Octal154674206110572216434
Binary1101100110111100010011000110001011110101000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,34); }

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

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

 a { background-color: rgb(108,55,34); }

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

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

 span { border-color: rgb(108,55,34); }

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