Html Css Color HEX #694136 Metallic Copper

📋 copy color: '#694136'

red 105 ◦ green 65 ◦ blue 54

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

Shades of Metallic Copper #694136

Tints of Metallic Copper #694136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 46.88%
G = 29.02%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#694136 (or 0x694136) is known color: Metallic Copper. HEX triplet: 69, 41 and 36. RGB value is (105,65,54). Sum of RGB (Red+Green+Blue) = 105+65+54=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #694136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694136 is #96BEC9. Grayscale: #4B4B4B. Windows color (decimal): -9879242 or 3555689. OLE color: 3555689.

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

Color convert

RGB 105 65 54 -
CMYK 0 0.38 0.49 0.59
HSL 12.94º 0.32% 0.31% -
HSV(B) 12.94º 0.49% 0.41% -
XYZ 8.38 7.05 4.41 -
YUV 75.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 105 65 54 0 0.38 0.49 0.59 12.94 0.32 0.31
Hex 69 41 36 0 26 31 3B D 20 1F
Octal 151 101 66 0 46 61 73 15 40 37
Binary 1101001 1000001 110110 0 100110 110001 111011 1101 100000 11111

Color Harmonies of #694136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694136

Black with #694136

Text Example


Text Example

White with #694136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694136; }

 p { color: rgb(105,65,54); }

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

background-color css

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

 a { background-color: rgb(105,65,54); }

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

border-color css

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

 span { border-color: rgb(105,65,54); }

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