Html Css Color HEX #663D38 Metallic Copper

📋 copy color: '#663D38'

red 102 ◦ green 61 ◦ blue 56

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

Shades of Metallic Copper #663D38

Tints of Metallic Copper #663D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.57%

R = 46.58%
G = 27.85%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#663D38 (or 0x663D38) is known color: Metallic Copper. HEX triplet: 66, 3D and 38. RGB value is (102,61,56). Sum of RGB (Red+Green+Blue) = 102+61+56=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #663D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D38 is #99C2C7. Grayscale: #484848. Windows color (decimal): -10076872 or 3685734. OLE color: 3685734.

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

Color convert

RGB 102 61 56 -
CMYK 0 0.40 0.45 0.6
HSL 6.52º 0.29% 0.31% -
HSV(B) 6.52º 0.45% 0.4% -
XYZ 7.86 6.45 4.57 -
YUV 72.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 102 61 56 0 0.40 0.45 0.6 6.52 0.29 0.31
Hex 66 3D 38 0 28 2D 3C 7 1D 1F
Octal 146 75 70 0 50 55 74 7 35 37
Binary 1100110 111101 111000 0 101000 101101 111100 111 11101 11111

Color Harmonies of #663D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D38

Black with #663D38

Text Example


Text Example

White with #663D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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