#64351F

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

Shades of New Amber #64351F

Tints of New Amber #64351F

Color information

#64351F (or 0x64351F) is unknown color: approx New Amber. HEX triplet: 64, 35 and 1F. RGB value is (100,53,31). Sum of RGB (Red+Green+Blue) = 100+53+31=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #64351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64351F is #9BCAE0. Grayscale: #404040. Windows color (decimal): -10210017 or 2045284. OLE color: 2045284.

HSL color Cylindrical-coordinate representation of color #64351F: hue angle of 19.13º 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 #64351F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1005331-
CMYK00.470.690.61
HSL19.13º52.67%25.69%-
HSV(B)19.13º69%39.22%-
XYZ6.785.351.97-
YUV64.54109.07153.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.35%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=54.35%
G=28.80%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100533100.470.690.6119.1352.6725.69
Hex64351F02F453D13351a
Octal144653705710575236532
Binary110010011010111111010111110001011111011001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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