Html Css Color HEX #694237 Metallic Copper

📋 copy color: '#694237'

red 105 ◦ green 66 ◦ blue 55

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

Shades of Metallic Copper #694237

Tints of Metallic Copper #694237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 46.46%
G = 29.2%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#694237 (or 0x694237) is known color: Metallic Copper. HEX triplet: 69, 42 and 37. RGB value is (105,66,55). Sum of RGB (Red+Green+Blue) = 105+66+55=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694237 is #96BDC8. Grayscale: #4C4C4C. Windows color (decimal): -9878985 or 3621481. OLE color: 3621481.

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

Color convert

RGB 105 66 55 -
CMYK 0 0.37 0.48 0.59
HSL 13.2º 0.31% 0.31% -
HSV(B) 13.2º 0.48% 0.41% -
XYZ 8.46 7.18 4.55 -
YUV 76.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 105 66 55 0 0.37 0.48 0.59 13.2 0.31 0.31
Hex 69 42 37 0 25 30 3B D 1F 1F
Octal 151 102 67 0 45 60 73 15 37 37
Binary 1101001 1000010 110111 0 100101 110000 111011 1101 11111 11111

Color Harmonies of #694237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694237

Black with #694237

Text Example


Text Example

White with #694237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694237; }

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

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

background-color css

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

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

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

border-color css

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

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

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