#66391C

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

Shades of New Amber #66391C

Tints of New Amber #66391C

Color information

#66391C (or 0x66391C) is unknown color: approx New Amber. HEX triplet: 66, 39 and 1C. RGB value is (102,57,28). Sum of RGB (Red+Green+Blue) = 102+57+28=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #66391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66391C is #99C6E3. Grayscale: #434343. Windows color (decimal): -10077924 or 1849702. OLE color: 1849702.

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

Color convert

RGB1025728-
CMYK00.440.730.6
HSL23.51º56.92%25.49%-
HSV(B)23.51º72.55%40%-
XYZ7.155.831.85-
YUV67.15105.91152.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=54.55%
G=30.48%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102572800.440.730.623.5156.9225.49
Hex66391C02C493C183919
Octal146713405411174307131
Binary110011011100111100010110010010011111001100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,57,28); }

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

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

 a { background-color: rgb(102,57,28); }

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

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

 span { border-color: rgb(102,57,28); }

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