Html Css Color HEX #67413D Metallic Copper

📋 copy color: '#67413D'

red 103 ◦ green 65 ◦ blue 61

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

Shades of Metallic Copper #67413D

Tints of Metallic Copper #67413D

RGB

 RED value IS 103 (40.63% from 255) = 44.98%

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

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

R = 44.98%
G = 28.38%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#67413D (or 0x67413D) is known color: Metallic Copper. HEX triplet: 67, 41 and 3D. RGB value is (103,65,61). Sum of RGB (Red+Green+Blue) = 103+65+61=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67413D is #98BEC2. Grayscale: #4B4B4B. Windows color (decimal): -10010307 or 4014439. OLE color: 4014439.

HSL color Cylindrical-coordinate representation of color #67413D: hue angle of 5.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67413D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 65 61 -
CMYK 0 0.37 0.41 0.60
HSL 5.71º 0.26% 0.32% -
HSV(B) 5.71º 0.41% 0.4% -
XYZ 8.33 7 5.33 -
YUV 75.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 103 65 61 0 0.37 0.41 0.60 5.71 0.26 0.32
Hex 67 41 3D 0 25 29 3C 6 1A 20
Octal 147 101 75 0 45 51 74 6 32 40
Binary 1100111 1000001 111101 0 100101 101001 111100 110 11010 100000

Color Harmonies of #67413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67413D

Black with #67413D

Text Example


Text Example

White with #67413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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