Html Css Color HEX #65381D New Amber

📋 copy color: '#65381D'

red 101 ◦ green 56 ◦ blue 29

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

Shades of New Amber #65381D

Tints of New Amber #65381D

RGB

 RED value IS 101 (39.84% from 255) = 54.3%

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 54.3%
G = 30.11%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65381D (or 0x65381D) is known color: New Amber. HEX triplet: 65, 38 and 1D. RGB value is (101,56,29). Sum of RGB (Red+Green+Blue) = 101+56+29=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #65381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65381D is #9AC7E2. Grayscale: #424242. Windows color (decimal): -10143715 or 1914981. OLE color: 1914981.

HSL color Cylindrical-coordinate representation of color #65381D: hue angle of 22.5º 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 #65381D is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 56 29 -
CMYK 0 0.45 0.71 0.60
HSL 22.5º 0.55% 0.25% -
HSV(B) 22.5º 0.71% 0.4% -
XYZ 7 5.68 1.89 -
YUV 66.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 101 56 29 0 0.45 0.71 0.60 22.5 0.55 0.25
Hex 65 38 1D 0 2D 47 3C 16 37 19
Octal 145 70 35 0 55 107 74 26 67 31
Binary 1100101 111000 11101 0 101101 1000111 111100 10110 110111 11001

Color Harmonies of #65381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65381D

Black with #65381D

Text Example


Text Example

White with #65381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65381D;
 }
 .AnyTagClassName
 {
   color: #65381D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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