Html Css Color HEX #694236 Metallic Copper

📋 copy color: '#694236'

red 105 ◦ green 66 ◦ blue 54

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

Shades of Metallic Copper #694236

Tints of Metallic Copper #694236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

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

R = 46.67%
G = 29.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#694236 (or 0x694236) is known color: Metallic Copper. HEX triplet: 69, 42 and 36. RGB value is (105,66,54). Sum of RGB (Red+Green+Blue) = 105+66+54=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694236 is #96BDC9. Grayscale: #4C4C4C. Windows color (decimal): -9878986 or 3555945. OLE color: 3555945.

HSL color Cylindrical-coordinate representation of color #694236: hue angle of 14.12º 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 #694236 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 54 -
CMYK 0 0.37 0.49 0.59
HSL 14.12º 0.32% 0.31% -
HSV(B) 14.12º 0.49% 0.41% -
XYZ 8.44 7.17 4.43 -
YUV 76.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 105 66 54 0 0.37 0.49 0.59 14.12 0.32 0.31
Hex 69 42 36 0 25 31 3B E 20 1F
Octal 151 102 66 0 45 61 73 16 40 37
Binary 1101001 1000010 110110 0 100101 110001 111011 1110 100000 11111

Color Harmonies of #694236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694236

Black with #694236

Text Example


Text Example

White with #694236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694236; }

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

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

background-color css

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

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

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

border-color css

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

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

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