#65433C

Color #65433C Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #65433C

Tints of Metallic Copper #65433C

Color information

#65433C (or 0x65433C) is unknown color: approx Metallic Copper. HEX triplet: 65, 43 and 3C. RGB value is (101,67,60). Sum of RGB (Red+Green+Blue) = 101+67+60=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65433C is #9ABCC3. Grayscale: #4C4C4C. Windows color (decimal): -10140868 or 3949413. OLE color: 3949413.

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

Color convert

RGB1016760-
CMYK00.340.410.60
HSL10.24º25.47%31.57%-
HSV(B)10.24º40.59%39.61%-
XYZ8.197.115.22-
YUV76.37118.76145.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=44.30%
G=29.39%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101676000.340.410.6010.2425.4731.57
Hex65433C022293Ca1920
Octal145103740425174123140
Binary110010110000111111000100010101001111100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65433C;
 }
 .AnyTagClassName
 {
   color: #65433C;
 }
</style>
background-color css

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

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

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

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

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

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