Html Css Color HEX #663933 Metallic Copper

📋 copy color: '#663933'

red 102 ◦ green 57 ◦ blue 51

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

Shades of Metallic Copper #663933

Tints of Metallic Copper #663933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.14%

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

R = 48.57%
G = 27.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#663933 (or 0x663933) is known color: Metallic Copper. HEX triplet: 66, 39 and 33. RGB value is (102,57,51). Sum of RGB (Red+Green+Blue) = 102+57+51=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663933 is #99C6CC. Grayscale: #454545. Windows color (decimal): -10077901 or 3357030. OLE color: 3357030.

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

Color convert

RGB 102 57 51 -
CMYK 0 0.44 0.5 0.6
HSL 7.06º 0.33% 0.3% -
HSV(B) 7.06º 0.5% 0.4% -
XYZ 7.54 5.99 3.89 -
YUV 69.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 102 57 51 0 0.44 0.5 0.6 7.06 0.33 0.3
Hex 66 39 33 0 2C 32 3C 7 21 1E
Octal 146 71 63 0 54 62 74 7 41 36
Binary 1100110 111001 110011 0 101100 110010 111100 111 100001 11110

Color Harmonies of #663933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663933

Black with #663933

Text Example


Text Example

White with #663933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663933; }

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

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

background-color css

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

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

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

border-color css

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

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

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