Html Css Color HEX #69423B Metallic Copper

📋 copy color: '#69423B'

red 105 ◦ green 66 ◦ blue 59

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

Shades of Metallic Copper #69423B

Tints of Metallic Copper #69423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 45.65%
G = 28.7%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#69423B (or 0x69423B) is known color: Metallic Copper. HEX triplet: 69, 42 and 3B. RGB value is (105,66,59). Sum of RGB (Red+Green+Blue) = 105+66+59=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #69423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69423B is #96BDC4. Grayscale: #4C4C4C. Windows color (decimal): -9878981 or 3883625. OLE color: 3883625.

HSL color Cylindrical-coordinate representation of color #69423B: hue angle of 9.13º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69423B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 59 -
CMYK 0 0.37 0.44 0.59
HSL 9.13º 0.28% 0.32% -
HSV(B) 9.13º 0.44% 0.41% -
XYZ 8.56 7.22 5.08 -
YUV 76.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 105 66 59 0 0.37 0.44 0.59 9.13 0.28 0.32
Hex 69 42 3B 0 25 2C 3B 9 1C 20
Octal 151 102 73 0 45 54 73 11 34 40
Binary 1101001 1000010 111011 0 100101 101100 111011 1001 11100 100000

Color Harmonies of #69423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69423B

Black with #69423B

Text Example


Text Example

White with #69423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69423B; }

 p { color: rgb(105,66,59); }

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

background-color css

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

 a { background-color: rgb(105,66,59); }

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

border-color css

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

 span { border-color: rgb(105,66,59); }

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