#68524F

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

Shades of Congo Brown #68524F

Tints of Congo Brown #68524F

Color information

#68524F (or 0x68524F) is unknown color: approx Congo Brown. HEX triplet: 68, 52 and 4F. RGB value is (104,82,79). Sum of RGB (Red+Green+Blue) = 104+82+79=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68524F is #97ADB0. Grayscale: #585858. Windows color (decimal): -9940401 or 5198440. OLE color: 5198440.

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

Color convert

RGB1048279-
CMYK00.210.240.59
HSL7.2º13.66%35.88%-
HSV(B)7.2º24.04%40.78%-
XYZ10.149.548.7-
YUV88.24122.79139.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=39.25%
G=30.94%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104827900.210.240.597.213.6635.88
Hex68524F015183B7e24
Octal150122117025307371644
Binary110100010100101001111010101110001110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68524F; }

 p { color: rgb(104,82,79); }

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

<style>
 a { background-color: #68524F; }

 a { background-color: rgb(104,82,79); }

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

<style>
 span { border-color: #68524F; }

 span { border-color: rgb(104,82,79); }

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