Html Css Color HEX #64361F New Amber

📋 copy color: '#64361F'

red 100 ◦ green 54 ◦ blue 31

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

Shades of New Amber #64361F

Tints of New Amber #64361F

RGB

 RED value IS 100 (39.45% from 255) = 54.05%

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 54.05%
G = 29.19%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#64361F (or 0x64361F) is known color: New Amber. HEX triplet: 64, 36 and 1F. RGB value is (100,54,31). Sum of RGB (Red+Green+Blue) = 100+54+31=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64361F is #9BC9E0. Grayscale: #414141. Windows color (decimal): -10209761 or 2045540. OLE color: 2045540.

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

Color convert

RGB 100 54 31 -
CMYK 0 0.46 0.69 0.61
HSL 20º 0.53% 0.26% -
HSV(B) 20º 0.69% 0.39% -
XYZ 6.82 5.45 1.99 -
YUV 65.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 100 54 31 0 0.46 0.69 0.61 20 0.53 0.26
Hex 64 36 1F 0 2E 45 3D 14 35 1A
Octal 144 66 37 0 56 105 75 24 65 32
Binary 1100100 110110 11111 0 101110 1000101 111101 10100 110101 11010

Color Harmonies of #64361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64361F

Black with #64361F

Text Example


Text Example

White with #64361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64361F;
 }
 .AnyTagClassName
 {
   color: #64361F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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