#67504C

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

Shades of Congo Brown #67504C

Tints of Congo Brown #67504C

Color information

#67504C (or 0x67504C) is unknown color: approx Congo Brown. HEX triplet: 67, 50 and 4C. RGB value is (103,80,76). Sum of RGB (Red+Green+Blue) = 103+80+76=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #67504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67504C is #98AFB3. Grayscale: #565656. Windows color (decimal): -10006452 or 5001319. OLE color: 5001319.

HSL color Cylindrical-coordinate representation of color #67504C: hue angle of 8.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67504C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1038076-
CMYK00.220.260.60
HSL8.89º15.08%35.1%-
HSV(B)8.89º26.21%40.39%-
XYZ9.779.148.09-
YUV86.42122.12139.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.77%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=39.77%
G=30.89%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103807600.220.260.608.8915.0835.1
Hex67504C0161A3C9f23
Octal1471201140263274111743
Binary1100111101000010011000101101101011110010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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