#67321C

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

Shades of New Amber #67321C

Tints of New Amber #67321C

Color information

#67321C (or 0x67321C) is unknown color: approx New Amber. HEX triplet: 67, 32 and 1C. RGB value is (103,50,28). Sum of RGB (Red+Green+Blue) = 103+50+28=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #67321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67321C is #98CDE3. Grayscale: #3F3F3F. Windows color (decimal): -10014180 or 1847911. OLE color: 1847911.

HSL color Cylindrical-coordinate representation of color #67321C: hue angle of 17.6º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67321C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1035028-
CMYK00.510.730.60
HSL17.6º57.25%25.69%-
HSV(B)17.6º72.82%40.39%-
XYZ6.945.251.75-
YUV63.34108.06156.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.91%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=56.91%
G=27.62%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103502800.510.730.6017.657.2525.69
Hex67321C033493C12391a
Octal147623406311174227132
Binary110011111001011100011001110010011111001001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67321C; }

 p { color: rgb(103,50,28); }

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

<style>
 a { background-color: #67321C; }

 a { background-color: rgb(103,50,28); }

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

<style>
 span { border-color: #67321C; }

 span { border-color: rgb(103,50,28); }

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