Html Css Color HEX #694038 Metallic Copper

📋 copy color: '#694038'

red 105 ◦ green 64 ◦ blue 56

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

Shades of Metallic Copper #694038

Tints of Metallic Copper #694038

RGB

 RED value IS 105 (41.41% from 255) = 46.67%

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

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

R = 46.67%
G = 28.44%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#694038 (or 0x694038) is known color: Metallic Copper. HEX triplet: 69, 40 and 38. RGB value is (105,64,56). Sum of RGB (Red+Green+Blue) = 105+64+56=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694038 is #96BFC7. Grayscale: #4B4B4B. Windows color (decimal): -9879496 or 3686505. OLE color: 3686505.

HSL color Cylindrical-coordinate representation of color #694038: hue angle of 9.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #694038 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 64 56 -
CMYK 0 0.39 0.47 0.59
HSL 9.8º 0.3% 0.32% -
HSV(B) 9.8º 0.47% 0.41% -
XYZ 8.37 6.96 4.64 -
YUV 75.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 105 64 56 0 0.39 0.47 0.59 9.8 0.3 0.32
Hex 69 40 38 0 27 2F 3B A 1E 20
Octal 151 100 70 0 47 57 73 12 36 40
Binary 1101001 1000000 111000 0 100111 101111 111011 1010 11110 100000

Color Harmonies of #694038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694038

Black with #694038

Text Example


Text Example

White with #694038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694038; }

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

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

background-color css

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

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

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

border-color css

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

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

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