Html Css Color HEX #653C32 Metallic Copper

📋 copy color: '#653C32'

red 101 ◦ green 60 ◦ blue 50

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

Shades of Metallic Copper #653C32

Tints of Metallic Copper #653C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 47.87%
G = 28.44%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#653C32 (or 0x653C32) is known color: Metallic Copper. HEX triplet: 65, 3C and 32. RGB value is (101,60,50). Sum of RGB (Red+Green+Blue) = 101+60+50=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #653C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C32 is #9AC3CD. Grayscale: #474747. Windows color (decimal): -10142670 or 3292261. OLE color: 3292261.

HSL color Cylindrical-coordinate representation of color #653C32: hue angle of 11.76º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653C32 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 60 50 -
CMYK 0 0.41 0.50 0.60
HSL 11.76º 0.34% 0.3% -
HSV(B) 11.76º 0.5% 0.4% -
XYZ 7.56 6.23 3.82 -
YUV 71.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 101 60 50 0 0.41 0.50 0.60 11.76 0.34 0.3
Hex 65 3C 32 0 29 32 3C C 22 1E
Octal 145 74 62 0 51 62 74 14 42 36
Binary 1100101 111100 110010 0 101001 110010 111100 1100 100010 11110

Color Harmonies of #653C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C32

Black with #653C32

Text Example


Text Example

White with #653C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,60,50); }

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

background-color css

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

 a { background-color: rgb(101,60,50); }

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

border-color css

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

 span { border-color: rgb(101,60,50); }

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