Html Css Color HEX #694234 Metallic Copper

📋 copy color: '#694234'

red 105 ◦ green 66 ◦ blue 52

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

Shades of Metallic Copper #694234

Tints of Metallic Copper #694234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 47.09%
G = 29.6%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694234 (or 0x694234) is known color: Metallic Copper. HEX triplet: 69, 42 and 34. RGB value is (105,66,52). Sum of RGB (Red+Green+Blue) = 105+66+52=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #694234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694234 is #96BDCB. Grayscale: #4C4C4C. Windows color (decimal): -9878988 or 3424873. OLE color: 3424873.

HSL color Cylindrical-coordinate representation of color #694234: hue angle of 15.85º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694234 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 52 -
CMYK 0 0.37 0.50 0.59
HSL 15.85º 0.34% 0.31% -
HSV(B) 15.85º 0.5% 0.41% -
XYZ 8.39 7.15 4.19 -
YUV 76.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 105 66 52 0 0.37 0.50 0.59 15.85 0.34 0.31
Hex 69 42 34 0 25 32 3B 10 22 1F
Octal 151 102 64 0 45 62 73 20 42 37
Binary 1101001 1000010 110100 0 100101 110010 111011 10000 100010 11111

Color Harmonies of #694234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694234

Black with #694234

Text Example


Text Example

White with #694234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694234; }

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

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

background-color css

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

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

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

border-color css

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

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

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