Html Css Color HEX #663D33 Metallic Copper

📋 copy color: '#663D33'

red 102 ◦ green 61 ◦ blue 51

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

Shades of Metallic Copper #663D33

Tints of Metallic Copper #663D33

RGB

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

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

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

R = 47.66%
G = 28.5%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#663D33 (or 0x663D33) is known color: Metallic Copper. HEX triplet: 66, 3D and 33. RGB value is (102,61,51). Sum of RGB (Red+Green+Blue) = 102+61+51=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #663D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D33 is #99C2CC. Grayscale: #484848. Windows color (decimal): -10076877 or 3358054. OLE color: 3358054.

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

Color convert

RGB 102 61 51 -
CMYK 0 0.40 0.5 0.6
HSL 11.76º 0.33% 0.3% -
HSV(B) 11.76º 0.5% 0.4% -
XYZ 7.75 6.4 3.96 -
YUV 72.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 102 61 51 0 0.40 0.5 0.6 11.76 0.33 0.3
Hex 66 3D 33 0 28 32 3C C 21 1E
Octal 146 75 63 0 50 62 74 14 41 36
Binary 1100110 111101 110011 0 101000 110010 111100 1100 100001 11110

Color Harmonies of #663D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D33

Black with #663D33

Text Example


Text Example

White with #663D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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