#6C3A24

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

Shades of New Amber #6C3A24

Tints of New Amber #6C3A24

Color information

#6C3A24 (or 0x6C3A24) is unknown color: approx New Amber. HEX triplet: 6C, 3A and 24. RGB value is (108,58,36). Sum of RGB (Red+Green+Blue) = 108+58+36=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A24 is #93C5DB. Grayscale: #464646. Windows color (decimal): -9684444 or 2374252. OLE color: 2374252.

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

Color convert

RGB1085836-
CMYK00.460.670.58
HSL18.33º50%28.24%-
HSV(B)18.33º66.67%42.35%-
XYZ8.026.342.47-
YUV70.44108.56154.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.47%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=53.47%
G=28.71%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108583600.460.670.5818.335028.24
Hex6C3A2402E433A12321c
Octal154724405610372226234
Binary1101100111010100100010111010000111110101001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,36); }

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

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

 a { background-color: rgb(108,58,36); }

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

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

 span { border-color: rgb(108,58,36); }

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