#66341F

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

Shades of New Amber #66341F

Tints of New Amber #66341F

Color information

#66341F (or 0x66341F) is unknown color: approx New Amber. HEX triplet: 66, 34 and 1F. RGB value is (102,52,31). Sum of RGB (Red+Green+Blue) = 102+52+31=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66341F is #99CBE0. Grayscale: #404040. Windows color (decimal): -10079201 or 2045030. OLE color: 2045030.

HSL color Cylindrical-coordinate representation of color #66341F: hue angle of 17.75º 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 #66341F is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1025231-
CMYK00.490.700.6
HSL17.75º53.38%26.08%-
HSV(B)17.75º69.61%40%-
XYZ6.955.381.97-
YUV64.56109.06154.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=55.14%
G=28.11%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102523100.490.700.617.7553.3826.08
Hex66341F031463C12351a
Octal146643706110674226532
Binary110011011010011111011000110001101111001001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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