Html Css Color HEX #69453A Metallic Copper

📋 copy color: '#69453A'

red 105 ◦ green 69 ◦ blue 58

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

Shades of Metallic Copper #69453A

Tints of Metallic Copper #69453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

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

R = 45.26%
G = 29.74%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69453A (or 0x69453A) is known color: Metallic Copper. HEX triplet: 69, 45 and 3A. RGB value is (105,69,58). Sum of RGB (Red+Green+Blue) = 105+69+58=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #69453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69453A is #96BAC5. Grayscale: #4E4E4E. Windows color (decimal): -9878214 or 3818857. OLE color: 3818857.

HSL color Cylindrical-coordinate representation of color #69453A: hue angle of 14.04º 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 #69453A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 69 58 -
CMYK 0 0.34 0.45 0.59
HSL 14.04º 0.29% 0.32% -
HSV(B) 14.04º 0.45% 0.41% -
XYZ 8.72 7.56 5 -
YUV 78.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 105 69 58 0 0.34 0.45 0.59 14.04 0.29 0.32
Hex 69 45 3A 0 22 2D 3B E 1D 20
Octal 151 105 72 0 42 55 73 16 35 40
Binary 1101001 1000101 111010 0 100010 101101 111011 1110 11101 100000

Color Harmonies of #69453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69453A

Black with #69453A

Text Example


Text Example

White with #69453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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