Html Css Color HEX #69413A Metallic Copper

📋 copy color: '#69413A'

red 105 ◦ green 65 ◦ blue 58

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

Shades of Metallic Copper #69413A

Tints of Metallic Copper #69413A

RGB

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

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

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

R = 46.05%
G = 28.51%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69413A (or 0x69413A) is known color: Metallic Copper. HEX triplet: 69, 41 and 3A. RGB value is (105,65,58). Sum of RGB (Red+Green+Blue) = 105+65+58=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #69413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69413A is #96BEC5. Grayscale: #4C4C4C. Windows color (decimal): -9879238 or 3817833. OLE color: 3817833.

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

Color convert

RGB 105 65 58 -
CMYK 0 0.38 0.45 0.59
HSL 8.94º 0.29% 0.32% -
HSV(B) 8.94º 0.45% 0.41% -
XYZ 8.48 7.09 4.92 -
YUV 76.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 105 65 58 0 0.38 0.45 0.59 8.94 0.29 0.32
Hex 69 41 3A 0 26 2D 3B 9 1D 20
Octal 151 101 72 0 46 55 73 11 35 40
Binary 1101001 1000001 111010 0 100110 101101 111011 1001 11101 100000

Color Harmonies of #69413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69413A

Black with #69413A

Text Example


Text Example

White with #69413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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