Html Css Color HEX #653F34 Metallic Copper

📋 copy color: '#653F34'

red 101 ◦ green 63 ◦ blue 52

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

Shades of Metallic Copper #653F34

Tints of Metallic Copper #653F34

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

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

R = 46.76%
G = 29.17%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#653F34 (or 0x653F34) is known color: Metallic Copper. HEX triplet: 65, 3F and 34. RGB value is (101,63,52). Sum of RGB (Red+Green+Blue) = 101+63+52=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #653F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F34 is #9AC0CB. Grayscale: #494949. Windows color (decimal): -10141900 or 3424101. OLE color: 3424101.

HSL color Cylindrical-coordinate representation of color #653F34: hue angle of 13.47º 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 #653F34 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 63 52 -
CMYK 0 0.38 0.49 0.60
HSL 13.47º 0.32% 0.3% -
HSV(B) 13.47º 0.49% 0.4% -
XYZ 7.76 6.57 4.11 -
YUV 73.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 101 63 52 0 0.38 0.49 0.60 13.47 0.32 0.3
Hex 65 3F 34 0 26 31 3C D 20 1E
Octal 145 77 64 0 46 61 74 15 40 36
Binary 1100101 111111 110100 0 100110 110001 111100 1101 100000 11110

Color Harmonies of #653F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653F34

Black with #653F34

Text Example


Text Example

White with #653F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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