Html Css Color HEX #67423E Metallic Copper

📋 copy color: '#67423E'

red 103 ◦ green 66 ◦ blue 62

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

Shades of Metallic Copper #67423E

Tints of Metallic Copper #67423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 44.59%
G = 28.57%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#67423E (or 0x67423E) is known color: Metallic Copper. HEX triplet: 67, 42 and 3E. RGB value is (103,66,62). Sum of RGB (Red+Green+Blue) = 103+66+62=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #67423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67423E is #98BDC1. Grayscale: #4C4C4C. Windows color (decimal): -10010050 or 4080231. OLE color: 4080231.

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

Color convert

RGB 103 66 62 -
CMYK 0 0.36 0.40 0.60
HSL 5.85º 0.25% 0.32% -
HSV(B) 5.85º 0.4% 0.4% -
XYZ 8.41 7.13 5.49 -
YUV 76.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 103 66 62 0 0.36 0.40 0.60 5.85 0.25 0.32
Hex 67 42 3E 0 24 28 3C 6 19 20
Octal 147 102 76 0 44 50 74 6 31 40
Binary 1100111 1000010 111110 0 100100 101000 111100 110 11001 100000

Color Harmonies of #67423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67423E

Black with #67423E

Text Example


Text Example

White with #67423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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