#64361F

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

Shades of New Amber #64361F

Tints of New Amber #64361F

Color information

#64361F (or 0x64361F) is unknown color: approx New Amber. HEX triplet: 64, 36 and 1F. RGB value is (100,54,31). Sum of RGB (Red+Green+Blue) = 100+54+31=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64361F is #9BC9E0. Grayscale: #414141. Windows color (decimal): -10209761 or 2045540. OLE color: 2045540.

HSL color Cylindrical-coordinate representation of color #64361F: hue angle of 20º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64361F is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1005431-
CMYK00.460.690.61
HSL20º52.67%25.69%-
HSV(B)20º69%39.22%-
XYZ6.825.451.99-
YUV65.13108.74152.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=54.05%
G=29.19%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100543100.460.690.612052.6725.69
Hex64361F02E453D14351a
Octal144663705610575246532
Binary110010011011011111010111010001011111011010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,54,31); }

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

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

 a { background-color: rgb(100,54,31); }

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

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

 span { border-color: rgb(100,54,31); }

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