Html Css Color HEX #66413D Metallic Copper

📋 copy color: '#66413D'

red 102 ◦ green 65 ◦ blue 61

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

Shades of Metallic Copper #66413D

Tints of Metallic Copper #66413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 44.74%
G = 28.51%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66413D (or 0x66413D) is known color: Metallic Copper. HEX triplet: 66, 41 and 3D. RGB value is (102,65,61). Sum of RGB (Red+Green+Blue) = 102+65+61=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66413D is #99BEC2. Grayscale: #4B4B4B. Windows color (decimal): -10075843 or 4014438. OLE color: 4014438.

HSL color Cylindrical-coordinate representation of color #66413D: hue angle of 5.85º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66413D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 61 -
CMYK 0 0.36 0.40 0.6
HSL 5.85º 0.25% 0.32% -
HSV(B) 5.85º 0.4% 0.4% -
XYZ 8.21 6.94 5.32 -
YUV 75.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 102 65 61 0 0.36 0.40 0.6 5.85 0.25 0.32
Hex 66 41 3D 0 24 28 3C 6 19 20
Octal 146 101 75 0 44 50 74 6 31 40
Binary 1100110 1000001 111101 0 100100 101000 111100 110 11001 100000

Color Harmonies of #66413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66413D

Black with #66413D

Text Example


Text Example

White with #66413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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