Html Css Color HEX #663B33 Metallic Copper

📋 copy color: '#663B33'

red 102 ◦ green 59 ◦ blue 51

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

Shades of Metallic Copper #663B33

Tints of Metallic Copper #663B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.83%

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

R = 48.11%
G = 27.83%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#663B33 (or 0x663B33) is known color: Metallic Copper. HEX triplet: 66, 3B and 33. RGB value is (102,59,51). Sum of RGB (Red+Green+Blue) = 102+59+51=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B33 is #99C4CC. Grayscale: #474747. Windows color (decimal): -10077389 or 3357542. OLE color: 3357542.

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

Color convert

RGB 102 59 51 -
CMYK 0 0.42 0.5 0.6
HSL 9.41º 0.33% 0.3% -
HSV(B) 9.41º 0.5% 0.4% -
XYZ 7.64 6.19 3.92 -
YUV 70.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 102 59 51 0 0.42 0.5 0.6 9.41 0.33 0.3
Hex 66 3B 33 0 2A 32 3C 9 21 1E
Octal 146 73 63 0 52 62 74 11 41 36
Binary 1100110 111011 110011 0 101010 110010 111100 1001 100001 11110

Color Harmonies of #663B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B33

Black with #663B33

Text Example


Text Example

White with #663B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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