Html Css Color HEX #694133 Metallic Copper

📋 copy color: '#694133'

red 105 ◦ green 65 ◦ blue 51

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

Shades of Metallic Copper #694133

Tints of Metallic Copper #694133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.08%

R = 47.51%
G = 29.41%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#694133 (or 0x694133) is known color: Metallic Copper. HEX triplet: 69, 41 and 33. RGB value is (105,65,51). Sum of RGB (Red+Green+Blue) = 105+65+51=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #694133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694133 is #96BECC. Grayscale: #4B4B4B. Windows color (decimal): -9879245 or 3359081. OLE color: 3359081.

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

Color convert

RGB 105 65 51 -
CMYK 0 0.38 0.51 0.59
HSL 15.56º 0.35% 0.31% -
HSV(B) 15.56º 0.51% 0.41% -
XYZ 8.31 7.02 4.05 -
YUV 75.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 105 65 51 0 0.38 0.51 0.59 15.56 0.35 0.31
Hex 69 41 33 0 26 33 3B 10 23 1F
Octal 151 101 63 0 46 63 73 20 43 37
Binary 1101001 1000001 110011 0 100110 110011 111011 10000 100011 11111

Color Harmonies of #694133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694133

Black with #694133

Text Example


Text Example

White with #694133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694133; }

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

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

background-color css

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

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

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

border-color css

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

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

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