#67524B

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

Shades of Congo Brown #67524B

Tints of Congo Brown #67524B

Color information

#67524B (or 0x67524B) is unknown color: approx Congo Brown. HEX triplet: 67, 52 and 4B. RGB value is (103,82,75). Sum of RGB (Red+Green+Blue) = 103+82+75=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #67524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67524B is #98ADB4. Grayscale: #575757. Windows color (decimal): -10005941 or 4936295. OLE color: 4936295.

HSL color Cylindrical-coordinate representation of color #67524B: hue angle of 15º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67524B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1038275-
CMYK00.200.270.60
HSL15º15.73%34.9%-
HSV(B)15º27.18%40.39%-
XYZ9.889.437.96-
YUV87.48120.96139.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.62%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=39.62%
G=31.54%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103827500.200.270.601515.7334.9
Hex67524B0141B3Cf1023
Octal1471221130243374172043
Binary11001111010010100101101010011011111100111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67524B; }

 p { color: rgb(103,82,75); }

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

<style>
 a { background-color: #67524B; }

 a { background-color: rgb(103,82,75); }

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

<style>
 span { border-color: #67524B; }

 span { border-color: rgb(103,82,75); }

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