Html Css Color HEX #63433B Metallic Copper

📋 copy color: '#63433B'

red 99 ◦ green 67 ◦ blue 59

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

Shades of Metallic Copper #63433B

Tints of Metallic Copper #63433B

RGB

 RED value IS 99 (39.06% from 255) = 44%

 GREEN value IS 67 (26.56% from 255) = 29.78%

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

R = 44%
G = 29.78%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63433B (or 0x63433B) is known color: Metallic Copper. HEX triplet: 63, 43 and 3B. RGB value is (99,67,59). Sum of RGB (Red+Green+Blue) = 99+67+59=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63433B is #9CBCC4. Grayscale: #4B4B4B. Windows color (decimal): -10271941 or 3883875. OLE color: 3883875.

HSL color Cylindrical-coordinate representation of color #63433B: hue angle of 12º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63433B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 67 59 -
CMYK 0 0.32 0.40 0.61
HSL 12º 0.25% 0.31% -
HSV(B) 12º 0.4% 0.39% -
XYZ 7.94 6.98 5.07 -
YUV 75.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 99 67 59 0 0.32 0.40 0.61 12 0.25 0.31
Hex 63 43 3B 0 20 28 3D C 19 1F
Octal 143 103 73 0 40 50 75 14 31 37
Binary 1100011 1000011 111011 0 100000 101000 111101 1100 11001 11111

Color Harmonies of #63433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63433B

Black with #63433B

Text Example


Text Example

White with #63433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,67,59); }

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

background-color css

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

 a { background-color: rgb(99,67,59); }

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

border-color css

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

 span { border-color: rgb(99,67,59); }

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