Html Css Color HEX #67423D Metallic Copper

📋 copy color: '#67423D'

red 103 ◦ green 66 ◦ blue 61

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

Shades of Metallic Copper #67423D

Tints of Metallic Copper #67423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 44.78%
G = 28.7%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#67423D (or 0x67423D) is known color: Metallic Copper. HEX triplet: 67, 42 and 3D. RGB value is (103,66,61). Sum of RGB (Red+Green+Blue) = 103+66+61=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #67423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67423D is #98BDC2. Grayscale: #4C4C4C. Windows color (decimal): -10010051 or 4014695. OLE color: 4014695.

HSL color Cylindrical-coordinate representation of color #67423D: hue angle of 7.14º 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 #67423D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 61 -
CMYK 0 0.36 0.41 0.60
HSL 7.14º 0.26% 0.32% -
HSV(B) 7.14º 0.41% 0.4% -
XYZ 8.38 7.12 5.35 -
YUV 76.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 103 66 61 0 0.36 0.41 0.60 7.14 0.26 0.32
Hex 67 42 3D 0 24 29 3C 7 1A 20
Octal 147 102 75 0 44 51 74 7 32 40
Binary 1100111 1000010 111101 0 100100 101001 111100 111 11010 100000

Color Harmonies of #67423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67423D

Black with #67423D

Text Example


Text Example

White with #67423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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