Html Css Color HEX #67413A Metallic Copper

📋 copy color: '#67413A'

red 103 ◦ green 65 ◦ blue 58

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

Shades of Metallic Copper #67413A

Tints of Metallic Copper #67413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 45.58%
G = 28.76%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#67413A (or 0x67413A) is known color: Metallic Copper. HEX triplet: 67, 41 and 3A. RGB value is (103,65,58). Sum of RGB (Red+Green+Blue) = 103+65+58=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #67413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67413A is #98BEC5. Grayscale: #4B4B4B. Windows color (decimal): -10010310 or 3817831. OLE color: 3817831.

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

Color convert

RGB 103 65 58 -
CMYK 0 0.37 0.44 0.60
HSL 9.33º 0.28% 0.32% -
HSV(B) 9.33º 0.44% 0.4% -
XYZ 8.25 6.97 4.91 -
YUV 75.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 103 65 58 0 0.37 0.44 0.60 9.33 0.28 0.32
Hex 67 41 3A 0 25 2C 3C 9 1C 20
Octal 147 101 72 0 45 54 74 11 34 40
Binary 1100111 1000001 111010 0 100101 101100 111100 1001 11100 100000

Color Harmonies of #67413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67413A

Black with #67413A

Text Example


Text Example

White with #67413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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