Html Css Color HEX #65443B Metallic Copper

📋 copy color: '#65443B'

red 101 ◦ green 68 ◦ blue 59

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

Shades of Metallic Copper #65443B

Tints of Metallic Copper #65443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

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

R = 44.3%
G = 29.82%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#65443B (or 0x65443B) is known color: Metallic Copper. HEX triplet: 65, 44 and 3B. RGB value is (101,68,59). Sum of RGB (Red+Green+Blue) = 101+68+59=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65443B is #9ABBC4. Grayscale: #4C4C4C. Windows color (decimal): -10140613 or 3884133. OLE color: 3884133.

HSL color Cylindrical-coordinate representation of color #65443B: hue angle of 12.86º 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 #65443B is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 68 59 -
CMYK 0 0.33 0.42 0.60
HSL 12.86º 0.26% 0.31% -
HSV(B) 12.86º 0.42% 0.4% -
XYZ 8.22 7.22 5.1 -
YUV 76.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 101 68 59 0 0.33 0.42 0.60 12.86 0.26 0.31
Hex 65 44 3B 0 21 2A 3C D 1A 1F
Octal 145 104 73 0 41 52 74 15 32 37
Binary 1100101 1000100 111011 0 100001 101010 111100 1101 11010 11111

Color Harmonies of #65443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65443B

Black with #65443B

Text Example


Text Example

White with #65443B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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