Html Css Color HEX #65423C Metallic Copper

📋 copy color: '#65423C'

red 101 ◦ green 66 ◦ blue 60

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

Shades of Metallic Copper #65423C

Tints of Metallic Copper #65423C

RGB

 RED value IS 101 (39.84% from 255) = 44.49%

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 44.49%
G = 29.07%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#65423C (or 0x65423C) is known color: Metallic Copper. HEX triplet: 65, 42 and 3C. RGB value is (101,66,60). Sum of RGB (Red+Green+Blue) = 101+66+60=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65423C is #9ABDC3. Grayscale: #4B4B4B. Windows color (decimal): -10141124 or 3949157. OLE color: 3949157.

HSL color Cylindrical-coordinate representation of color #65423C: hue angle of 8.78º degrees, saturation: 0.25, 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 #65423C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 66 60 -
CMYK 0 0.35 0.41 0.60
HSL 8.78º 0.25% 0.32% -
HSV(B) 8.78º 0.41% 0.4% -
XYZ 8.13 6.99 5.2 -
YUV 75.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 101 66 60 0 0.35 0.41 0.60 8.78 0.25 0.32
Hex 65 42 3C 0 23 29 3C 9 19 20
Octal 145 102 74 0 43 51 74 11 31 40
Binary 1100101 1000010 111100 0 100011 101001 111100 1001 11001 100000

Color Harmonies of #65423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65423C

Black with #65423C

Text Example


Text Example

White with #65423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65423C; }

 p { color: rgb(101,66,60); }

 H1.HeaderClassName
 {
   color: #65423C;
 }
 .AnyTagClassName
 {
   color: #65423C;
 }
</style>

background-color css

<style>
 a { background-color: #65423C; }

 a { background-color: rgb(101,66,60); }

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

border-color css

<style>
 span { border-color: #65423C; }

 span { border-color: rgb(101,66,60); }

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