Html Css Color HEX #69403A Metallic Copper

📋 copy color: '#69403A'

red 105 ◦ green 64 ◦ blue 58

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

Shades of Metallic Copper #69403A

Tints of Metallic Copper #69403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 46.26%
G = 28.19%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69403A (or 0x69403A) is known color: Metallic Copper. HEX triplet: 69, 40 and 3A. RGB value is (105,64,58). Sum of RGB (Red+Green+Blue) = 105+64+58=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #69403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69403A is #96BFC5. Grayscale: #4B4B4B. Windows color (decimal): -9879494 or 3817577. OLE color: 3817577.

HSL color Cylindrical-coordinate representation of color #69403A: hue angle of 7.66º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69403A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 64 58 -
CMYK 0 0.39 0.45 0.59
HSL 7.66º 0.29% 0.32% -
HSV(B) 7.66º 0.45% 0.41% -
XYZ 8.42 6.98 4.91 -
YUV 75.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 105 64 58 0 0.39 0.45 0.59 7.66 0.29 0.32
Hex 69 40 3A 0 27 2D 3B 8 1D 20
Octal 151 100 72 0 47 55 73 10 35 40
Binary 1101001 1000000 111010 0 100111 101101 111011 1000 11101 100000

Color Harmonies of #69403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69403A

Black with #69403A

Text Example


Text Example

White with #69403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69403A; }

 p { color: rgb(105,64,58); }

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

background-color css

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

 a { background-color: rgb(105,64,58); }

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

border-color css

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

 span { border-color: rgb(105,64,58); }

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