Html Css Color HEX #653A34 Metallic Copper

📋 copy color: '#653A34'

red 101 ◦ green 58 ◦ blue 52

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

Shades of Metallic Copper #653A34

Tints of Metallic Copper #653A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 47.87%
G = 27.49%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#653A34 (or 0x653A34) is known color: Metallic Copper. HEX triplet: 65, 3A and 34. RGB value is (101,58,52). Sum of RGB (Red+Green+Blue) = 101+58+52=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #653A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A34 is #9AC5CB. Grayscale: #464646. Windows color (decimal): -10143180 or 3422821. OLE color: 3422821.

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

Color convert

RGB 101 58 52 -
CMYK 0 0.43 0.49 0.60
HSL 7.35º 0.32% 0.3% -
HSV(B) 7.35º 0.49% 0.4% -
XYZ 7.5 6.04 4.02 -
YUV 70.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 101 58 52 0 0.43 0.49 0.60 7.35 0.32 0.3
Hex 65 3A 34 0 2B 31 3C 7 20 1E
Octal 145 72 64 0 53 61 74 7 40 36
Binary 1100101 111010 110100 0 101011 110001 111100 111 100000 11110

Color Harmonies of #653A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A34

Black with #653A34

Text Example


Text Example

White with #653A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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