#65371D

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

Shades of New Amber #65371D

Tints of New Amber #65371D

Color information

#65371D (or 0x65371D) is unknown color: approx New Amber. HEX triplet: 65, 37 and 1D. RGB value is (101,55,29). Sum of RGB (Red+Green+Blue) = 101+55+29=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65371D is #9AC8E2. Grayscale: #414141. Windows color (decimal): -10143971 or 1914725. OLE color: 1914725.

HSL color Cylindrical-coordinate representation of color #65371D: hue angle of 21.67º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65371D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1015529-
CMYK00.460.710.60
HSL21.67º55.38%25.49%-
HSV(B)21.67º71.29%39.61%-
XYZ6.955.591.87-
YUV65.79107.24153.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=54.59%
G=29.73%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101552900.460.710.6021.6755.3825.49
Hex65371D02E473C163719
Octal145673505610774266731
Binary110010111011111101010111010001111111001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65371D; }

 p { color: rgb(101,55,29); }

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

<style>
 a { background-color: #65371D; }

 a { background-color: rgb(101,55,29); }

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

<style>
 span { border-color: #65371D; }

 span { border-color: rgb(101,55,29); }

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