Html Css Color HEX #65423B Metallic Copper

📋 copy color: '#65423B'

red 101 ◦ green 66 ◦ blue 59

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

Shades of Metallic Copper #65423B

Tints of Metallic Copper #65423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 44.69%
G = 29.2%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#65423B (or 0x65423B) is known color: Metallic Copper. HEX triplet: 65, 42 and 3B. RGB value is (101,66,59). Sum of RGB (Red+Green+Blue) = 101+66+59=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65423B is #9ABDC4. Grayscale: #4B4B4B. Windows color (decimal): -10141125 or 3883621. OLE color: 3883621.

HSL color Cylindrical-coordinate representation of color #65423B: hue angle of 10º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65423B is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 66 59 -
CMYK 0 0.35 0.42 0.60
HSL 10º 0.26% 0.31% -
HSV(B) 10º 0.42% 0.4% -
XYZ 8.1 6.98 5.06 -
YUV 75.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 101 66 59 0 0.35 0.42 0.60 10 0.26 0.31
Hex 65 42 3B 0 23 2A 3C A 1A 1F
Octal 145 102 73 0 43 52 74 12 32 37
Binary 1100101 1000010 111011 0 100011 101010 111100 1010 11010 11111

Color Harmonies of #65423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65423B

Black with #65423B

Text Example


Text Example

White with #65423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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