Html Css Color HEX #653B28 New Amber

📋 copy color: '#653B28'

red 101 ◦ green 59 ◦ blue 40

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

Shades of New Amber #653B28

Tints of New Amber #653B28

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.5%

 BLUE value IS 40 (16.02% from 255) = 20%

R = 50.5%
G = 29.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#653B28 (or 0x653B28) is known color: New Amber. HEX triplet: 65, 3B and 28. RGB value is (101,59,40). Sum of RGB (Red+Green+Blue) = 101+59+40=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #653B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B28 is #9AC4D7. Grayscale: #454545. Windows color (decimal): -10142936 or 2636645. OLE color: 2636645.

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

Color convert

RGB 101 59 40 -
CMYK 0 0.42 0.60 0.60
HSL 18.69º 0.43% 0.28% -
HSV(B) 18.69º 0.6% 0.4% -
XYZ 7.31 6.05 2.79 -
YUV 69.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 101 59 40 0 0.42 0.60 0.60 18.69 0.43 0.28
Hex 65 3B 28 0 2A 3C 3C 13 2B 1C
Octal 145 73 50 0 52 74 74 23 53 34
Binary 1100101 111011 101000 0 101010 111100 111100 10011 101011 11100

Color Harmonies of #653B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B28

Black with #653B28

Text Example


Text Example

White with #653B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,59,40); }

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

background-color css

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

 a { background-color: rgb(101,59,40); }

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

border-color css

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

 span { border-color: rgb(101,59,40); }

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