#69504C

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

Shades of Congo Brown #69504C

Tints of Congo Brown #69504C

Color information

#69504C (or 0x69504C) is unknown color: approx Congo Brown. HEX triplet: 69, 50 and 4C. RGB value is (105,80,76). Sum of RGB (Red+Green+Blue) = 105+80+76=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #69504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69504C is #96AFB3. Grayscale: #575757. Windows color (decimal): -9875380 or 5001321. OLE color: 5001321.

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

Color convert

RGB1058076-
CMYK00.240.280.59
HSL8.28º16.02%35.49%-
HSV(B)8.28º27.62%41.18%-
XYZ109.268.1-
YUV87.02121.78140.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=40.23%
G=30.65%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105807600.240.280.598.2816.0235.49
Hex69504C0181C3B81023
Octal1511201140303473102043
Binary11010011010000100110001100011100111011100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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