#69504D

Color #69504D Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #69504D

Tints of Congo Brown #69504D

Color information

#69504D (or 0x69504D) is unknown color: approx Congo Brown. HEX triplet: 69, 50 and 4D. RGB value is (105,80,77). Sum of RGB (Red+Green+Blue) = 105+80+77=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #69504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69504D is #96AFB2. Grayscale: #575757. Windows color (decimal): -9875379 or 5066857. OLE color: 5066857.

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

Color convert

RGB1058077-
CMYK00.240.270.59
HSL6.43º15.38%35.69%-
HSV(B)6.43º26.67%41.18%-
XYZ10.039.288.28-
YUV87.13122.28140.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=40.08%
G=30.53%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105807700.240.270.596.4315.3835.69
Hex69504D0181B3B6f24
Octal151120115030337361744
Binary110100110100001001101011000110111110111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,80,77); }

 H1.HeaderClassName
 {
   color: #69504D;
 }
 .AnyTagClassName
 {
   color: #69504D;
 }
</style>
background-color css

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

 a { background-color: rgb(105,80,77); }

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

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

 span { border-color: rgb(105,80,77); }

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