#66371D

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

Shades of New Amber #66371D

Tints of New Amber #66371D

Color information

#66371D (or 0x66371D) is unknown color: approx New Amber. HEX triplet: 66, 37 and 1D. RGB value is (102,55,29). Sum of RGB (Red+Green+Blue) = 102+55+29=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66371D is #99C8E2. Grayscale: #424242. Windows color (decimal): -10078435 or 1914726. OLE color: 1914726.

HSL color Cylindrical-coordinate representation of color #66371D: hue angle of 21.37º 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 #66371D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1025529-
CMYK00.460.720.6
HSL21.37º55.73%25.69%-
HSV(B)21.37º71.57%40%-
XYZ7.075.651.88-
YUV66.09107.07153.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=54.84%
G=29.57%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102552900.460.720.621.3755.7325.69
Hex66371D02E483C15381a
Octal146673505611074257032
Binary110011011011111101010111010010001111001010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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