Html Css Color HEX #653925 New Amber

📋 copy color: '#653925'

red 101 ◦ green 57 ◦ blue 37

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

Shades of New Amber #653925

Tints of New Amber #653925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 51.79%
G = 29.23%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#653925 (or 0x653925) is known color: New Amber. HEX triplet: 65, 39 and 25. RGB value is (101,57,37). Sum of RGB (Red+Green+Blue) = 101+57+37=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #653925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653925 is #9AC6DA. Grayscale: #444444. Windows color (decimal): -10143451 or 2439525. OLE color: 2439525.

HSL color Cylindrical-coordinate representation of color #653925: hue angle of 18.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653925 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 57 37 -
CMYK 0 0.44 0.63 0.60
HSL 18.75º 0.46% 0.27% -
HSV(B) 18.75º 0.63% 0.4% -
XYZ 7.16 5.83 2.5 -
YUV 67.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 101 57 37 0 0.44 0.63 0.60 18.75 0.46 0.27
Hex 65 39 25 0 2C 3F 3C 13 2E 1B
Octal 145 71 45 0 54 77 74 23 56 33
Binary 1100101 111001 100101 0 101100 111111 111100 10011 101110 11011

Color Harmonies of #653925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653925

Black with #653925

Text Example


Text Example

White with #653925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653925; }

 p { color: rgb(101,57,37); }

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

background-color css

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

 a { background-color: rgb(101,57,37); }

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

border-color css

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

 span { border-color: rgb(101,57,37); }

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