#66391F

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

Shades of New Amber #66391F

Tints of New Amber #66391F

Color information

#66391F (or 0x66391F) is unknown color: approx New Amber. HEX triplet: 66, 39 and 1F. RGB value is (102,57,31). Sum of RGB (Red+Green+Blue) = 102+57+31=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #66391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66391F is #99C6E0. Grayscale: #434343. Windows color (decimal): -10077921 or 2046310. OLE color: 2046310.

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

Color convert

RGB1025731-
CMYK00.440.700.6
HSL21.97º53.38%26.08%-
HSV(B)21.97º69.61%40%-
XYZ7.195.852.05-
YUV67.49107.41152.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=53.68%
G=30%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102573100.440.700.621.9753.3826.08
Hex66391F02C463C16351a
Octal146713705410674266532
Binary110011011100111111010110010001101111001011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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