Html Css Color HEX #694438 Metallic Copper

📋 copy color: '#694438'

red 105 ◦ green 68 ◦ blue 56

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

Shades of Metallic Copper #694438

Tints of Metallic Copper #694438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

 BLUE value IS 56 (22.27% from 255) = 24.45%

R = 45.85%
G = 29.69%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#694438 (or 0x694438) is known color: Metallic Copper. HEX triplet: 69, 44 and 38. RGB value is (105,68,56). Sum of RGB (Red+Green+Blue) = 105+68+56=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694438 is #96BBC7. Grayscale: #4D4D4D. Windows color (decimal): -9878472 or 3687529. OLE color: 3687529.

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

Color convert

RGB 105 68 56 -
CMYK 0 0.35 0.47 0.59
HSL 14.69º 0.3% 0.32% -
HSV(B) 14.69º 0.47% 0.41% -
XYZ 8.61 7.42 4.72 -
YUV 77.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 105 68 56 0 0.35 0.47 0.59 14.69 0.3 0.32
Hex 69 44 38 0 23 2F 3B F 1E 20
Octal 151 104 70 0 43 57 73 17 36 40
Binary 1101001 1000100 111000 0 100011 101111 111011 1111 11110 100000

Color Harmonies of #694438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694438

Black with #694438

Text Example


Text Example

White with #694438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694438; }

 p { color: rgb(105,68,56); }

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

background-color css

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

 a { background-color: rgb(105,68,56); }

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

border-color css

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

 span { border-color: rgb(105,68,56); }

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