Html Css Color HEX #653933 Metallic Copper

📋 copy color: '#653933'

red 101 ◦ green 57 ◦ blue 51

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

Shades of Metallic Copper #653933

Tints of Metallic Copper #653933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 48.33%
G = 27.27%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#653933 (or 0x653933) is known color: Metallic Copper. HEX triplet: 65, 39 and 33. RGB value is (101,57,51). Sum of RGB (Red+Green+Blue) = 101+57+51=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #653933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653933 is #9AC6CC. Grayscale: #454545. Windows color (decimal): -10143437 or 3357029. OLE color: 3357029.

HSL color Cylindrical-coordinate representation of color #653933: hue angle of 7.2º degrees, saturation: 0.33, 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 #653933 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 57 51 -
CMYK 0 0.44 0.50 0.60
HSL 7.2º 0.33% 0.3% -
HSV(B) 7.2º 0.5% 0.4% -
XYZ 7.43 5.93 3.89 -
YUV 69.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 101 57 51 0 0.44 0.50 0.60 7.2 0.33 0.3
Hex 65 39 33 0 2C 32 3C 7 21 1E
Octal 145 71 63 0 54 62 74 7 41 36
Binary 1100101 111001 110011 0 101100 110010 111100 111 100001 11110

Color Harmonies of #653933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653933

Black with #653933

Text Example


Text Example

White with #653933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653933; }

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

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

background-color css

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

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

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

border-color css

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

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

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