Html Css Color HEX #653520 New Amber

📋 copy color: '#653520'

red 101 ◦ green 53 ◦ blue 32

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

Shades of New Amber #653520

Tints of New Amber #653520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 54.3%
G = 28.49%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#653520 (or 0x653520) is known color: New Amber. HEX triplet: 65, 35 and 20. RGB value is (101,53,32). Sum of RGB (Red+Green+Blue) = 101+53+32=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #653520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653520 is #9ACADF. Grayscale: #414141. Windows color (decimal): -10144480 or 2110821. OLE color: 2110821.

HSL color Cylindrical-coordinate representation of color #653520: hue angle of 18.26º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653520 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 32 -
CMYK 0 0.48 0.68 0.60
HSL 18.26º 0.52% 0.26% -
HSV(B) 18.26º 0.68% 0.4% -
XYZ 6.9 5.42 2.05 -
YUV 64.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 101 53 32 0 0.48 0.68 0.60 18.26 0.52 0.26
Hex 65 35 20 0 30 44 3C 12 34 1A
Octal 145 65 40 0 60 104 74 22 64 32
Binary 1100101 110101 100000 0 110000 1000100 111100 10010 110100 11010

Color Harmonies of #653520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653520

Black with #653520

Text Example


Text Example

White with #653520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653520; }

 p { color: rgb(101,53,32); }

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

background-color css

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

 a { background-color: rgb(101,53,32); }

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

border-color css

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

 span { border-color: rgb(101,53,32); }

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