Html Css Color HEX #69433D Metallic Copper

📋 copy color: '#69433D'

red 105 ◦ green 67 ◦ blue 61

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

Shades of Metallic Copper #69433D

Tints of Metallic Copper #69433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 45.06%
G = 28.76%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69433D (or 0x69433D) is known color: Metallic Copper. HEX triplet: 69, 43 and 3D. RGB value is (105,67,61). Sum of RGB (Red+Green+Blue) = 105+67+61=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69433D is #96BCC2. Grayscale: #4D4D4D. Windows color (decimal): -9878723 or 4014953. OLE color: 4014953.

HSL color Cylindrical-coordinate representation of color #69433D: hue angle of 8.18º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69433D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 67 61 -
CMYK 0 0.36 0.42 0.59
HSL 8.18º 0.27% 0.33% -
HSV(B) 8.18º 0.42% 0.41% -
XYZ 8.68 7.35 5.38 -
YUV 77.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 105 67 61 0 0.36 0.42 0.59 8.18 0.27 0.33
Hex 69 43 3D 0 24 2A 3B 8 1B 21
Octal 151 103 75 0 44 52 73 10 33 41
Binary 1101001 1000011 111101 0 100100 101010 111011 1000 11011 100001

Color Harmonies of #69433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69433D

Black with #69433D

Text Example


Text Example

White with #69433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69433D; }

 p { color: rgb(105,67,61); }

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

background-color css

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

 a { background-color: rgb(105,67,61); }

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

border-color css

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

 span { border-color: rgb(105,67,61); }

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