Html Css Color HEX #634038 Metallic Copper

📋 copy color: '#634038'

red 99 ◦ green 64 ◦ blue 56

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

Shades of Metallic Copper #634038

Tints of Metallic Copper #634038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 56 (22.27% from 255) = 25.57%

R = 45.21%
G = 29.22%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#634038 (or 0x634038) is known color: Metallic Copper. HEX triplet: 63, 40 and 38. RGB value is (99,64,56). Sum of RGB (Red+Green+Blue) = 99+64+56=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #634038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634038 is #9CBFC7. Grayscale: #494949. Windows color (decimal): -10272712 or 3686499. OLE color: 3686499.

HSL color Cylindrical-coordinate representation of color #634038: hue angle of 11.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #634038 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 56 -
CMYK 0 0.35 0.43 0.61
HSL 11.16º 0.28% 0.3% -
HSV(B) 11.16º 0.43% 0.39% -
XYZ 7.69 6.6 4.61 -
YUV 73.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 99 64 56 0 0.35 0.43 0.61 11.16 0.28 0.3
Hex 63 40 38 0 23 2B 3D B 1C 1E
Octal 143 100 70 0 43 53 75 13 34 36
Binary 1100011 1000000 111000 0 100011 101011 111101 1011 11100 11110

Color Harmonies of #634038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634038

Black with #634038

Text Example


Text Example

White with #634038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634038; }

 p { color: rgb(99,64,56); }

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

background-color css

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

 a { background-color: rgb(99,64,56); }

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

border-color css

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

 span { border-color: rgb(99,64,56); }

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