Html Css Color HEX #653A24 New Amber

📋 copy color: '#653A24'

red 101 ◦ green 58 ◦ blue 36

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

Shades of New Amber #653A24

Tints of New Amber #653A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 51.79%
G = 29.74%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#653A24 (or 0x653A24) is known color: New Amber. HEX triplet: 65, 3A and 24. RGB value is (101,58,36). Sum of RGB (Red+Green+Blue) = 101+58+36=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #653A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A24 is #9AC5DB. Grayscale: #444444. Windows color (decimal): -10143196 or 2374245. OLE color: 2374245.

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

Color convert

RGB 101 58 36 -
CMYK 0 0.43 0.64 0.60
HSL 20.31º 0.47% 0.27% -
HSV(B) 20.31º 0.64% 0.4% -
XYZ 7.2 5.92 2.43 -
YUV 68.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 101 58 36 0 0.43 0.64 0.60 20.31 0.47 0.27
Hex 65 3A 24 0 2B 40 3C 14 2F 1B
Octal 145 72 44 0 53 100 74 24 57 33
Binary 1100101 111010 100100 0 101011 1000000 111100 10100 101111 11011

Color Harmonies of #653A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A24

Black with #653A24

Text Example


Text Example

White with #653A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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