Html Css Color HEX #694235 Metallic Copper

📋 copy color: '#694235'

red 105 ◦ green 66 ◦ blue 53

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

Shades of Metallic Copper #694235

Tints of Metallic Copper #694235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 46.88%
G = 29.46%
B = 23.66%

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

#694235 (or 0x694235) is known color: Metallic Copper. HEX triplet: 69, 42 and 35. RGB value is (105,66,53). Sum of RGB (Red+Green+Blue) = 105+66+53=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #694235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694235 is #96BDCA. Grayscale: #4C4C4C. Windows color (decimal): -9878987 or 3490409. OLE color: 3490409.

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

Color convert

RGB 105 66 53 -
CMYK 0 0.37 0.50 0.59
HSL 15º 0.33% 0.31% -
HSV(B) 15º 0.5% 0.41% -
XYZ 8.42 7.16 4.31 -
YUV 76.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 105 66 53 0 0.37 0.50 0.59 15 0.33 0.31
Hex 69 42 35 0 25 32 3B F 21 1F
Octal 151 102 65 0 45 62 73 17 41 37
Binary 1101001 1000010 110101 0 100101 110010 111011 1111 100001 11111

Color Harmonies of #694235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694235

Black with #694235

Text Example


Text Example

White with #694235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694235; }

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

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

background-color css

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

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

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

border-color css

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

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

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