#65391E

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

Shades of New Amber #65391E

Tints of New Amber #65391E

Color information

#65391E (or 0x65391E) is unknown color: approx New Amber. HEX triplet: 65, 39 and 1E. RGB value is (101,57,30). Sum of RGB (Red+Green+Blue) = 101+57+30=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #65391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65391E is #9AC6E1. Grayscale: #434343. Windows color (decimal): -10143458 or 1980773. OLE color: 1980773.

HSL color Cylindrical-coordinate representation of color #65391E: hue angle of 22.82º degrees, saturation: 0.54, 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 #65391E is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1015730-
CMYK00.440.700.60
HSL22.82º54.2%25.69%-
HSV(B)22.82º70.3%39.61%-
XYZ7.065.791.97-
YUV67.08107.08152.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.72%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=53.72%
G=30.32%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101573000.440.700.6022.8254.225.69
Hex65391E02C463C17361a
Octal145713605410674276632
Binary110010111100111110010110010001101111001011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65391E; }

 p { color: rgb(101,57,30); }

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

<style>
 a { background-color: #65391E; }

 a { background-color: rgb(101,57,30); }

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

<style>
 span { border-color: #65391E; }

 span { border-color: rgb(101,57,30); }

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