Html Css Color HEX #663F38 Metallic Copper

📋 copy color: '#663F38'

red 102 ◦ green 63 ◦ blue 56

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

Shades of Metallic Copper #663F38

Tints of Metallic Copper #663F38

RGB

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

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

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

R = 46.15%
G = 28.51%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#663F38 (or 0x663F38) is known color: Metallic Copper. HEX triplet: 66, 3F and 38. RGB value is (102,63,56). Sum of RGB (Red+Green+Blue) = 102+63+56=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F38 is #99C0C7. Grayscale: #494949. Windows color (decimal): -10076360 or 3686246. OLE color: 3686246.

HSL color Cylindrical-coordinate representation of color #663F38: hue angle of 9.13º 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 #663F38 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 56 -
CMYK 0 0.38 0.45 0.6
HSL 9.13º 0.29% 0.31% -
HSV(B) 9.13º 0.45% 0.4% -
XYZ 7.97 6.67 4.61 -
YUV 73.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 102 63 56 0 0.38 0.45 0.6 9.13 0.29 0.31
Hex 66 3F 38 0 26 2D 3C 9 1D 1F
Octal 146 77 70 0 46 55 74 11 35 37
Binary 1100110 111111 111000 0 100110 101101 111100 1001 11101 11111

Color Harmonies of #663F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F38

Black with #663F38

Text Example


Text Example

White with #663F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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