Html Css Color HEX #653A1F New Amber

📋 copy color: '#653A1F'

red 101 ◦ green 58 ◦ blue 31

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

Shades of New Amber #653A1F

Tints of New Amber #653A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.53%

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

R = 53.16%
G = 30.53%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#653A1F (or 0x653A1F) is known color: New Amber. HEX triplet: 65, 3A and 1F. RGB value is (101,58,31). Sum of RGB (Red+Green+Blue) = 101+58+31=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A1F is #9AC5E0. Grayscale: #434343. Windows color (decimal): -10143201 or 2046565. OLE color: 2046565.

HSL color Cylindrical-coordinate representation of color #653A1F: hue angle of 23.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653A1F is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 58 31 -
CMYK 0 0.43 0.69 0.60
HSL 23.14º 0.53% 0.26% -
HSV(B) 23.14º 0.69% 0.4% -
XYZ 7.13 5.89 2.06 -
YUV 67.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 101 58 31 0 0.43 0.69 0.60 23.14 0.53 0.26
Hex 65 3A 1F 0 2B 45 3C 17 35 1A
Octal 145 72 37 0 53 105 74 27 65 32
Binary 1100101 111010 11111 0 101011 1000101 111100 10111 110101 11010

Color Harmonies of #653A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A1F

Black with #653A1F

Text Example


Text Example

White with #653A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653A1F; }

 p { color: rgb(101,58,31); }

 H1.HeaderClassName
 {
   color: #653A1F;
 }
 .AnyTagClassName
 {
   color: #653A1F;
 }
</style>

background-color css

<style>
 a { background-color: #653A1F; }

 a { background-color: rgb(101,58,31); }

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

border-color css

<style>
 span { border-color: #653A1F; }

 span { border-color: rgb(101,58,31); }

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