#66391D

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

Shades of New Amber #66391D

Tints of New Amber #66391D

Color information

#66391D (or 0x66391D) is unknown color: approx New Amber. HEX triplet: 66, 39 and 1D. RGB value is (102,57,29). Sum of RGB (Red+Green+Blue) = 102+57+29=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66391D is #99C6E2. Grayscale: #434343. Windows color (decimal): -10077923 or 1915238. OLE color: 1915238.

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

Color convert

RGB1025729-
CMYK00.440.720.6
HSL23.01º55.73%25.69%-
HSV(B)23.01º71.57%40%-
XYZ7.165.841.91-
YUV67.26106.41152.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=54.26%
G=30.32%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102572900.440.720.623.0155.7325.69
Hex66391D02C483C17381a
Octal146713505411074277032
Binary110011011100111101010110010010001111001011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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