#67534D

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

Shades of Congo Brown #67534D

Tints of Congo Brown #67534D

Color information

#67534D (or 0x67534D) is unknown color: approx Congo Brown. HEX triplet: 67, 53 and 4D. RGB value is (103,83,77). Sum of RGB (Red+Green+Blue) = 103+83+77=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67534D is #98ACB2. Grayscale: #585858. Windows color (decimal): -10005683 or 5067623. OLE color: 5067623.

HSL color Cylindrical-coordinate representation of color #67534D: hue angle of 13.85º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67534D is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1038377-
CMYK00.190.250.60
HSL13.85º14.44%35.29%-
HSV(B)13.85º25.24%40.39%-
XYZ10.039.618.35-
YUV88.3121.63138.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.16%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=39.16%
G=31.56%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103837700.190.250.6013.8514.4435.29
Hex67534D013193Cee23
Octal1471231150233174161643
Binary1100111101001110011010100111100111110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67534D; }

 p { color: rgb(103,83,77); }

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

<style>
 a { background-color: #67534D; }

 a { background-color: rgb(103,83,77); }

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

<style>
 span { border-color: #67534D; }

 span { border-color: rgb(103,83,77); }

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