#6C3C21

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

Shades of New Amber #6C3C21

Tints of New Amber #6C3C21

Color information

#6C3C21 (or 0x6C3C21) is unknown color: approx New Amber. HEX triplet: 6C, 3C and 21. RGB value is (108,60,33). Sum of RGB (Red+Green+Blue) = 108+60+33=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C21 is #93C3DE. Grayscale: #474747. Windows color (decimal): -9683935 or 2178156. OLE color: 2178156.

HSL color Cylindrical-coordinate representation of color #6C3C21: hue angle of 21.6º degrees, saturation: 0.53, 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 #6C3C21 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1086033-
CMYK00.440.690.58
HSL21.6º53.19%27.65%-
HSV(B)21.6º69.44%42.35%-
XYZ8.076.532.27-
YUV71.27106.4154.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=53.73%
G=29.85%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108603300.440.690.5821.653.1927.65
Hex6C3C2102C453A16351c
Octal154744105410572266534
Binary1101100111100100001010110010001011110101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,60,33); }

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

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

 a { background-color: rgb(108,60,33); }

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

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

 span { border-color: rgb(108,60,33); }

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