Html Css Color HEX #663B32 Metallic Copper

📋 copy color: '#663B32'

red 102 ◦ green 59 ◦ blue 50

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

Shades of Metallic Copper #663B32

Tints of Metallic Copper #663B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 48.34%
G = 27.96%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#663B32 (or 0x663B32) is known color: Metallic Copper. HEX triplet: 66, 3B and 32. RGB value is (102,59,50). Sum of RGB (Red+Green+Blue) = 102+59+50=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B32 is #99C4CD. Grayscale: #464646. Windows color (decimal): -10077390 or 3292006. OLE color: 3292006.

HSL color Cylindrical-coordinate representation of color #663B32: hue angle of 10.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663B32 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 50 -
CMYK 0 0.42 0.51 0.6
HSL 10.38º 0.34% 0.3% -
HSV(B) 10.38º 0.51% 0.4% -
XYZ 7.62 6.18 3.81 -
YUV 70.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 102 59 50 0 0.42 0.51 0.6 10.38 0.34 0.3
Hex 66 3B 32 0 2A 33 3C A 22 1E
Octal 146 73 62 0 52 63 74 12 42 36
Binary 1100110 111011 110010 0 101010 110011 111100 1010 100010 11110

Color Harmonies of #663B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B32

Black with #663B32

Text Example


Text Example

White with #663B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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