#69524C

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

Shades of Congo Brown #69524C

Tints of Congo Brown #69524C

Color information

#69524C (or 0x69524C) is unknown color: approx Congo Brown. HEX triplet: 69, 52 and 4C. RGB value is (105,82,76). Sum of RGB (Red+Green+Blue) = 105+82+76=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #69524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69524C is #96ADB3. Grayscale: #585858. Windows color (decimal): -9874868 or 5001833. OLE color: 5001833.

HSL color Cylindrical-coordinate representation of color #69524C: hue angle of 12.41º 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 #69524C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1058276-
CMYK00.220.280.59
HSL12.41º16.02%35.49%-
HSV(B)12.41º27.62%41.18%-
XYZ10.159.568.15-
YUV88.19121.12139.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=39.92%
G=31.18%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105827600.220.280.5912.4116.0235.49
Hex69524C0161C3Bc1023
Octal1511221140263473142043
Binary11010011010010100110001011011100111011110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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