Html Css Color HEX #663D36 Metallic Copper

📋 copy color: '#663D36'

red 102 ◦ green 61 ◦ blue 54

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

Shades of Metallic Copper #663D36

Tints of Metallic Copper #663D36

RGB

 RED value IS 102 (40.23% from 255) = 47%

 GREEN value IS 61 (24.22% from 255) = 28.11%

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 47%
G = 28.11%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#663D36 (or 0x663D36) is known color: Metallic Copper. HEX triplet: 66, 3D and 36. RGB value is (102,61,54). Sum of RGB (Red+Green+Blue) = 102+61+54=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #663D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D36 is #99C2C9. Grayscale: #484848. Windows color (decimal): -10076874 or 3554662. OLE color: 3554662.

HSL color Cylindrical-coordinate representation of color #663D36: hue angle of 8.75º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #663D36 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 54 -
CMYK 0 0.40 0.47 0.6
HSL 8.75º 0.31% 0.31% -
HSV(B) 8.75º 0.47% 0.4% -
XYZ 7.81 6.43 4.32 -
YUV 72.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 102 61 54 0 0.40 0.47 0.6 8.75 0.31 0.31
Hex 66 3D 36 0 28 2F 3C 9 1F 1F
Octal 146 75 66 0 50 57 74 11 37 37
Binary 1100110 111101 110110 0 101000 101111 111100 1001 11111 11111

Color Harmonies of #663D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D36

Black with #663D36

Text Example


Text Example

White with #663D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663D36; }

 p { color: rgb(102,61,54); }

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

background-color css

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

 a { background-color: rgb(102,61,54); }

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

border-color css

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

 span { border-color: rgb(102,61,54); }

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