Html Css Color HEX #65371D New Amber

📋 copy color: '#65371D'

red 101 ◦ green 55 ◦ blue 29

#65371D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #65371D

Tints of New Amber #65371D

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 value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65371D (or 0x65371D) is known color: 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

RGB 101 55 29 -
CMYK 0 0.46 0.71 0.60
HSL 21.67º 0.55% 0.25% -
HSV(B) 21.67º 0.71% 0.4% -
XYZ 6.95 5.59 1.87 -
YUV 65.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 101 55 29 0 0.46 0.71 0.60 21.67 0.55 0.25
Hex 65 37 1D 0 2E 47 3C 16 37 19
Octal 145 67 35 0 56 107 74 26 67 31
Binary 1100101 110111 11101 0 101110 1000111 111100 10110 110111 11001

Color Harmonies of #65371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65371D

Black with #65371D

Text Example


Text Example

White with #65371D

Text Example


Text Example

HTML Codes & Css Web 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>